remove libandroid.so from targets that don't need it

pdk builds don't have libandroid.so available.  Remove it from
projects that aren't actually using it.

Change-Id: I100dc84aaf8160c1062a122ef6d5aec0534d73fa
This commit is contained in:
Colin Cross 2012-03-27 13:57:43 -07:00
parent bb67556871
commit 9e0b1f880b
2 changed files with 0 additions and 2 deletions

View File

@ -14,7 +14,6 @@ LOCAL_SRC_FILES := \
LOCAL_SHARED_LIBRARIES := \
libEGL \
libGLESv2 \
libandroid \
libbinder \
libcutils \
libgui \

View File

@ -12,7 +12,6 @@ LOCAL_SRC_FILES := \
LOCAL_SHARED_LIBRARIES := \
libEGL \
libGLESv2 \
libandroid \
libbinder \
libcutils \
libgui \