OSDN Git Service

Delete relics left behind by commit 86e6b7ed51dab3e .
authorYing Wang <wangying@google.com>
Sat, 5 Mar 2016 00:24:36 +0000 (16:24 -0800)
committerYing Wang <wangying@google.com>
Sat, 5 Mar 2016 00:28:01 +0000 (16:28 -0800)
Change-Id: I81febc28f471727fc37335b11e47749753a57997
(cherry-pick from commit 0f59fdf30db2209cf30ea042d86ef60dcf807838)

core/static_library_internal.mk

index cabe823..2b49046 100644 (file)
@@ -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)