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

Commit 275d713b authored by Paul Duffin's avatar Paul Duffin Committed by Android (Google) Code Review
Browse files

Merge "Ensure framework-oahl-backward-compatibility is installed"

parents e66c4687 7e4be2c0
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -141,6 +141,12 @@ PRODUCT_PACKAGES += \
    vold \
    wm

# Add the compatibility library that is needed when org.apache.http.legacy
# is removed from the bootclasspath.
ifeq ($(REMOVE_OAHL_FROM_BCP),true)
PRODUCT_PACKAGES += framework-oahl-backward-compatibility
endif

# Essential HAL modules
PRODUCT_PACKAGES += \
    android.hardware.cas@1.0-service \