From: Ying Wang Date: Sat, 5 Mar 2016 00:24:36 +0000 (-0800) Subject: Delete relics left behind by commit 86e6b7ed51dab3e . X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=2fdafd2596c55df6c20a630487ca41cf5b4b6e2b;p=android-x86%2Fbuild.git Delete relics left behind by commit 86e6b7ed51dab3e . Change-Id: I81febc28f471727fc37335b11e47749753a57997 (cherry-pick from commit 0f59fdf30db2209cf30ea042d86ef60dcf807838) --- diff --git a/core/static_library_internal.mk b/core/static_library_internal.mk index cabe82322..2b4904627 100644 --- a/core/static_library_internal.mk +++ b/core/static_library_internal.mk @@ -20,14 +20,6 @@ endif include $(BUILD_SYSTEM)/binary.mk -ifeq ($(LOCAL_RAW_STATIC_LIBRARY),true) -LOCAL_RAW_STATIC_LIBRARY:= -$(all_objects) : PRIVATE_TARGET_PROJECT_INCLUDES := -$(all_objects) : PRIVATE_TARGET_C_INCLUDES := -$(all_objects) : PRIVATE_TARGET_GLOBAL_CFLAGS := -$(all_objects) : PRIVATE_TARGET_GLOBAL_CPPFLAGS := -endif - $(LOCAL_BUILT_MODULE) : $(built_whole_libraries) $(LOCAL_BUILT_MODULE) : $(all_objects) $(transform-o-to-static-lib)