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

Commit 9369f8df authored by Devin Moore's avatar Devin Moore
Browse files

Add all of the packages used to support older/upgrading devices

There are packages included in system based on the shipping api level of
the device. All of those packages should be added to GSI to
support all of the devices with supported shipping API levels

Test: lunch aosp_x86_64 && m
Bug: 298506436
Bug: 205764958
Change-Id: I5a374ce92bab457e7171b9623a7af3ee0847ae8a
parent 3ae48f2e
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -103,6 +103,12 @@ PRODUCT_PACKAGES += \
    libaudiopolicyengineconfigurable \
    libpolicy-subsystem

# Add all of the packages used to support older/upgrading devices
# These can be removed as we drop support for the older API levels
PRODUCT_PACKAGES += \
    $(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_29) \
    $(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_33) \
    $(PRODUCT_PACKAGES_SHIPPING_API_LEVEL_34)

# Include all zygote init scripts. "ro.zygote" will select one of them.
PRODUCT_COPY_FILES += \