sanders: Build a 32 bit version of rild and fp service
For now we're using 32 bits from stock, for both services. So use it until 64 bits blobs are ready Signed-off-by: jhenrique09 <jhenrique09.mcz@hotmail.com>
This commit is contained in:
@@ -169,7 +169,7 @@ PRODUCT_PACKAGES += \
|
||||
|
||||
# Fingerprint
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.biometrics.fingerprint@2.1-service \
|
||||
android.hardware.biometrics.fingerprint@2.1-service_32 \
|
||||
fingerprint.msm8953
|
||||
|
||||
# FM
|
||||
@@ -333,7 +333,11 @@ PRODUCT_PACKAGES += \
|
||||
libshim_ril \
|
||||
libprotobuf-cpp-full \
|
||||
libxml2 \
|
||||
rild_socket
|
||||
rild_socket \
|
||||
rild_32
|
||||
|
||||
PRODUCT_COPY_FILES += \
|
||||
$(LOCAL_PATH)/rild/rild.rc:system/vendor/etc/init/rild.rc
|
||||
|
||||
# Seccomp policy
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
||||
Reference in New Issue
Block a user