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

@@ -27,6 +27,9 @@ LOCAL_SHARED_LIBRARIES := \
LOCAL_MODULE_RELATIVE_PATH := hw
LOCAL_MODULE := fingerprint.msm8953
LOCAL_MODULE_TAGS := optional
LOCAL_32_BIT_ONLY := true
include $(BUILD_SHARED_LIBRARY)
include $(call all-makefiles-under,$(LOCAL_PATH))