[Mesa-dev] [PATCH] Android: update CleanSpec.mk
Chih-Wei Huang
cwhuang at android-x86.org
Fri Nov 3 10:30:29 UTC 2017
2017-11-03 15:47 GMT+08:00 Tapani Pälli <tapani.palli at intel.com>:
> Hi Chih-Wei;
>
> This looks good to me. Only thing that causes a bit of headache is ... what
> is the difference between PRODUCT_OUT, OUT_DIR and TARGET_OUT?
OUT_DIR is also set to "out" if it's not already set.
PRODUCT_OUT is where all target files go.
(i.e., out/target/product/$device/)
TARGET_OUT is $PRODUCT_OUT/system
Please see the definitions in build/core/envsetup.mk.
More information about the mesa-dev
mailing list