Merge "Mark some TARGET_* inputs as readonly" am: badd598c98 am: db0f20385a

am: edb0a0e149

Change-Id: I95f8ea2af4e5d1c1e35cd54147365a412a35dfd6
This commit is contained in:
Dan Willemsen 2017-10-31 19:54:47 +00:00 committed by android-build-merger
commit 9383a1561c
1 changed files with 7 additions and 0 deletions

View File

@ -151,6 +151,13 @@ ifdef unbundled_goals
endif # unbundled_goals
endif
# Now that we've parsed APP-* and PRODUCT-*, mark these as readonly
TARGET_BUILD_APPS ?=
.KATI_READONLY := \
TARGET_PRODUCT \
TARGET_BUILD_VARIANT \
TARGET_BUILD_APPS
# Default to building dalvikvm on hosts that support it...
ifeq ($(HOST_OS),linux)
# ... or if the if the option is already set