From 23124b761018cac81ee694864f4be6373b841529 Mon Sep 17 00:00:00 2001 From: Mattijs Korpershoek Date: Fri, 27 Jun 2014 09:58:03 +0200 Subject: Fix stlport includes in makefiles BZ: 207083 According to libstlport.mk, to use stlport for a given target, we shall "include external/stlport/libstlport.mk" in the target. This was not done in the parameter-framework's makefiles. This patch change all targets which require stlport to include it in the correct way. Change-Id: Ie9b75af6269f172ad6a6c753e15efd0c7baafdd9 Signed-off-by: Mattijs Korpershoek --- remote-processor/Android.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'remote-processor') diff --git a/remote-processor/Android.mk b/remote-processor/Android.mk index c0c5257..913f037 100644 --- a/remote-processor/Android.mk +++ b/remote-processor/Android.mk @@ -63,14 +63,9 @@ LOCAL_MODULE_TAGS := $(common_module_tags) LOCAL_CFLAGS := $(common_cflags) -LOCAL_C_INCLUDES += \ - external/stlport/stlport \ - bionic/ - -LOCAL_SHARED_LIBRARIES := libstlport - LOCAL_LDLIBS += $(common_ldlibs) +include external/stlport/libstlport.mk include $(BUILD_SHARED_LIBRARY) ############################## -- cgit v1.1