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:
jhenrique09
2018-01-05 13:31:25 -02:00
committed by therootlord
parent b516265ac6
commit 050a82ccae
7 changed files with 77 additions and 3 deletions

View File

@@ -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 += \