msm8974-common: libril: Use 32BIT nanopb library.
Test: None Bug: 122292884 [haggertk: This is only the libril side of this change. We quite obviously do not carry our own librilutils] Change-Id: Idb0d56749e41aa97a760dfed5246330041c3da3a
This commit is contained in:
parent
672b247a16
commit
5c0cc31e7c
@ -29,9 +29,10 @@ LOCAL_SHARED_LIBRARIES := \
|
||||
libhwbinder
|
||||
|
||||
LOCAL_STATIC_LIBRARIES := \
|
||||
libprotobuf-c-nano-enable_malloc \
|
||||
libprotobuf-c-nano-enable_malloc-32bit \
|
||||
|
||||
LOCAL_CFLAGS += -Wall -Wextra -Wno-unused-parameter -Werror
|
||||
LOCAL_CFLAGS += -DPB_FIELD_32BIT
|
||||
|
||||
ifeq ($(SIM_COUNT), 2)
|
||||
LOCAL_CFLAGS += -DANDROID_MULTI_SIM -DDSDA_RILD1
|
||||
|
Loading…
Reference in New Issue
Block a user