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:
Dante Russo 2013-12-18 11:30:53 -08:00
parent 493ecbb4bb
commit 6fd90ead05

View file

@ -74,8 +74,7 @@ LOCAL_SHARED_LIBRARIES := \
libloc_eng \
libloc_core \
libgps.utils \
libdl \
libandroid_runtime
libdl
LOCAL_SRC_FILES += \
loc.cpp \