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

Commit a57c7f43 authored by Steven Moreland's avatar Steven Moreland Committed by Bharath
Browse files

FP3: Only include bitness of hal impls that is used

Bug: 73829928
Test: boot, check directories, no errors during boot
Change-Id: Ia1272b2bcc5006fa75a50631861fbaccdeed7bee
parent f85e93a5
Loading
Loading
Loading
Loading
+10 −10
Original line number Diff line number Diff line
@@ -86,9 +86,9 @@ TARGET_SCREEN_WIDTH := 1080

# Display
PRODUCT_PACKAGES += \
    android.hardware.graphics.allocator@2.0-impl \
    android.hardware.graphics.allocator@2.0-impl:64 \
    android.hardware.graphics.allocator@2.0-service \
    android.hardware.graphics.composer@2.1-impl \
    android.hardware.graphics.composer@2.1-impl:64 \
    android.hardware.graphics.composer@2.1-service \
    android.hardware.graphics.mapper@2.0-impl-2.1 \
    android.hardware.memtrack@1.0-impl \
@@ -148,12 +148,12 @@ PRODUCT_PACKAGES += \

# Camera
PRODUCT_PACKAGES += \
    android.hardware.camera.provider@2.4-impl \
    android.hardware.camera.provider@2.4-impl:32 \
    android.hardware.camera.provider@2.4-service \
    vendor.qti.hardware.camera.device@1.0 \
    vendor.qti.hardware.camera.device@1.0_vendor \
    camera.device@1.0-impl \
    camera.device@3.2-impl \
    camera.device@3.2-impl:32 \
    libbson.vendor \
    libxml2

@@ -223,9 +223,9 @@ $(call inherit-product, frameworks/native/build/phone-xhdpi-2048-dalvik-heap.mk)

# Audio
PRODUCT_PACKAGES += \
    android.hardware.audio@6.0-impl \
    android.hardware.audio@6.0-impl:32 \
    android.hardware.audio@2.0-service \
    android.hardware.audio.effect@6.0-impl \
    android.hardware.audio.effect@6.0-impl:32 \
    android.hardware.audio.effect@2.0-service \
    android.hardware.soundtrigger@2.1-impl \
    android.hardware.soundtrigger@2.1-service \
@@ -339,7 +339,7 @@ PRODUCT_COPY_FILES += \
# Sensors
PRODUCT_PACKAGES += \
    sensors.FP3 \
    android.hardware.sensors@1.0-impl \
    android.hardware.sensors@1.0-impl:64 \
    android.hardware.sensors@1.0-service \
    libsensorndkbridge

@@ -362,7 +362,7 @@ PRODUCT_COPY_FILES += \

# Enable vndk-sp Libraries
PRODUCT_PACKAGES += \
    libgui_vendor \
    libgui_vendor:32 \
	vndk_package

# Disable Vulkan feature level 1
@@ -453,7 +453,7 @@ PRODUCT_PACKAGES += \
PRODUCT_PACKAGES += \
    libbt-vendor \
    audio.bluetooth.default \
    android.hardware.bluetooth.audio@2.0-impl \
    android.hardware.bluetooth.audio@2.0-impl:32 \
    android.hardware.bluetooth@1.0 \
    vendor.qti.hardware.btconfigstore@1.0.vendor

@@ -466,7 +466,7 @@ PRODUCT_COPY_FILES += \

# GPS
PRODUCT_PACKAGES += \
    android.hardware.gnss@2.0-impl-qti \
    android.hardware.gnss@2.0-impl-qti:64 \
    android.hardware.gnss@2.0-service-qti \
    libbatching \
    libgeofencing \