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

Commit f88438aa authored by Andrew Hsieh's avatar Andrew Hsieh Committed by android-build-merger
Browse files

Merge "Enable vndk_package if BOARD_VNDK_VERSION is set" into pi-dev

am: 0dd11dc0

Change-Id: I192316dd07972167e2d5e4a687e15f7f1611f0f8
parents f11f86f0 0dd11dc0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -900,6 +900,9 @@ ifdef FULL_BUILD
  # by the appropriate product definition file, which was included
  # by product_config.mk.
  product_MODULES := $(PRODUCTS.$(INTERNAL_PRODUCT).PRODUCT_PACKAGES)
ifdef BOARD_VNDK_VERSION
  product_MODULES += vndk_package
endif
  # Filter out the overridden packages before doing expansion
  product_MODULES := $(filter-out $(foreach p, $(product_MODULES), \
      $(PACKAGES.$(p).OVERRIDES)), $(product_MODULES))