Remove libandroid_runtime from makefile
Since libandroid_runtime is not used anymore, it can be removed from the makefile, which will save space in the binary. Change-Id: Iadb3f0378e41af658d7b0256721508c5e7de4daf CRs-fixed: 590483
This commit is contained in:
parent
493ecbb4bb
commit
6fd90ead05
1 changed files with 1 additions and 2 deletions
|
@ -74,8 +74,7 @@ LOCAL_SHARED_LIBRARIES := \
|
||||||
libloc_eng \
|
libloc_eng \
|
||||||
libloc_core \
|
libloc_core \
|
||||||
libgps.utils \
|
libgps.utils \
|
||||||
libdl \
|
libdl
|
||||||
libandroid_runtime
|
|
||||||
|
|
||||||
LOCAL_SRC_FILES += \
|
LOCAL_SRC_FILES += \
|
||||||
loc.cpp \
|
loc.cpp \
|
||||||
|
|
Loading…
Reference in a new issue