diff options
author | Dan Albert <danalbert@google.com> | 2015-05-07 11:33:52 -0700 |
---|---|---|
committer | Dan Albert <danalbert@google.com> | 2015-05-07 21:52:23 +0000 |
commit | 503fd9897724e83deb737af7858c4ca630c09a95 (patch) | |
tree | f89262c6f1e2ec8f0df9a02e73987603bcf57c9c /test | |
parent | 0f2c6e0d3ba5a37dd9c16fe6c20ab0fdfc79298f (diff) | |
download | external_parameter-framework-503fd9897724e83deb737af7858c4ca630c09a95.zip external_parameter-framework-503fd9897724e83deb737af7858c4ca630c09a95.tar.gz external_parameter-framework-503fd9897724e83deb737af7858c4ca630c09a95.tar.bz2 |
Fix build from stlport.
This will need to be submitted upstream, but for now it's blocking the
build.
Can't test yet as the build is still red, but there's no risk doing
this for now because none of these modules are used yet.
Bug: 20915699
Change-Id: I9e7c8e237bec134985735dee4b4225b29793a792
(cherry picked from commit 6368380f06a48b0049118140f6ac5059f4e7f0f0)
Diffstat (limited to 'test')
-rw-r--r-- | test/test-platform/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test-platform/Android.mk b/test/test-platform/Android.mk index a8dc619..e46ad57 100644 --- a/test/test-platform/Android.mk +++ b/test/test-platform/Android.mk @@ -63,7 +63,6 @@ LOCAL_LDLIBS := $(common_ldlibs) LOCAL_STATIC_LIBRARIES := libpfw_utility LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) -include external/stlport/libstlport.mk include $(BUILD_EXECUTABLE) ############################## |