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

Commit a172ff79 authored by Yi-yo Chiang's avatar Yi-yo Chiang Committed by Automerger Merge Worker
Browse files

Merge "Use on_vendor VNDK APEX for non-REL build" into rvc-d1-dev-plus-aosp...

Merge "Use on_vendor VNDK APEX for non-REL build" into rvc-d1-dev-plus-aosp am: 2c9a0d0b am: 257838e9

Original change: https://googleplex-android-review.googlesource.com/c/device/google/redfin/+/12384147

Change-Id: I25a35b159465feaf978f2b91b6777bfebebbb486
parents 32fe0ab5 257838e9
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -49,6 +49,12 @@ $(call inherit-product-if-exists, vendor/google_devices/redfin/prebuilts/device-
PRODUCT_COPY_FILES += \
    frameworks/native/data/etc/aosp_excluded_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/aosp_excluded_hardware.xml

# Keep the VNDK APEX in /system partition for REL branches as these branches are
# expected to have stable API/ABI surfaces.
ifneq (REL,$(PLATFORM_VERSION_CODENAME))
  PRODUCT_PACKAGES += com.android.vndk.current.on_vendor
endif

# Don't build super.img.
PRODUCT_BUILD_SUPER_PARTITION := false