Merge "Add PRODUCT_IOT to the list of product vars."

am: e90295014f

Change-Id: I1f41687a0e747765baa07931035b360977683837
This commit is contained in:
Alex Deymo 2017-03-04 01:51:00 +00:00 committed by android-build-merger
commit c4ca4c41f8
2 changed files with 5 additions and 0 deletions

View File

@ -128,6 +128,7 @@ _product_var_list := \
VENDOR_EXCEPTION_MODULES \
VENDOR_EXCEPTION_PATHS \
PRODUCT_ART_USE_READ_BARRIER \
PRODUCT_IOT \

View File

@ -420,3 +420,7 @@ _psmc_modules :=
# Make this art variable visible to soong_config.mk.
PRODUCT_ART_USE_READ_BARRIER := \
$(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_ART_USE_READ_BARRIER))
# Whether the product is an Android Things variant.
PRODUCT_IOT := \
$(strip $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_IOT))