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

Commit e5cf1f98 authored by Jooyung Han's avatar Jooyung Han Committed by Gerrit Code Review
Browse files

Merge "Deprecation message for TARGET_FLATTEN_APEX"

parents ecf635f5 4b8c962c
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1000,6 +1000,14 @@ ifdef OVERRIDE_TARGET_FLATTEN_APEX
  TARGET_FLATTEN_APEX := $(OVERRIDE_TARGET_FLATTEN_APEX)
endif

# TODO(b/278826656) Remove the following message
ifeq (true,$(TARGET_FLATTEN_APEX))
  $(warning ********************************************************************************)
  $(warning Flattened APEX will be deprecated soon. Please stop using flattened APEX and use)
  $(warning "image" APEX instead.)
  $(warning ********************************************************************************)
endif

ifeq (,$(TARGET_BUILD_UNBUNDLED))
ifdef PRODUCT_EXTRA_VNDK_VERSIONS
  $(foreach v,$(PRODUCT_EXTRA_VNDK_VERSIONS),$(call check_vndk_version,$(v)))