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

Commit df791fda authored by Devin Moore's avatar Devin Moore Committed by Gerrit Code Review
Browse files

Merge "Add all of the packages used to support older/upgrading devices" into main

parents 1ef90586 9369f8df
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 += \