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:
parent
bb67556871
commit
9e0b1f880b
@ -14,7 +14,6 @@ LOCAL_SRC_FILES := \
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libEGL \
|
||||
libGLESv2 \
|
||||
libandroid \
|
||||
libbinder \
|
||||
libcutils \
|
||||
libgui \
|
||||
|
@ -12,7 +12,6 @@ LOCAL_SRC_FILES := \
|
||||
LOCAL_SHARED_LIBRARIES := \
|
||||
libEGL \
|
||||
libGLESv2 \
|
||||
libandroid \
|
||||
libbinder \
|
||||
libcutils \
|
||||
libgui \
|
||||
|
Loading…
Reference in New Issue
Block a user