Delete relics left behind by commit 86e6b7ed51 .

Change-Id: I81febc28f471727fc37335b11e47749753a57997
This commit is contained in:
Ying Wang 2016-03-04 16:24:36 -08:00
parent 6d15cf8110
commit 0f59fdf30d
1 changed files with 0 additions and 8 deletions

View 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)