Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db0f2038 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Mark some TARGET_* inputs as readonly"

am: badd598c

Change-Id: I991fc456f18e2827c962509a5db54c2c7c16da69
parents 9d3b6c2e badd598c
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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