Merge "Mark some TARGET_* inputs as readonly" am: badd598c98
am: db0f20385a
Change-Id: I83bbcc4d926e3435f7a4cbdf27d43fe7562d1dd9
This commit is contained in:
commit
edb0a0e149
|
@ -151,6 +151,13 @@ ifdef unbundled_goals
|
||||||
endif # unbundled_goals
|
endif # unbundled_goals
|
||||||
endif
|
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...
|
# Default to building dalvikvm on hosts that support it...
|
||||||
ifeq ($(HOST_OS),linux)
|
ifeq ($(HOST_OS),linux)
|
||||||
# ... or if the if the option is already set
|
# ... or if the if the option is already set
|
||||||
|
|
Loading…
Reference in New Issue