OSDN Git Service

Fix the build
authorMike Lockwood <lockwood@google.com>
Thu, 3 Oct 2013 18:14:09 +0000 (11:14 -0700)
committerMike Lockwood <lockwood@google.com>
Thu, 3 Oct 2013 18:14:09 +0000 (11:14 -0700)
Change-Id: I73f1c2e9e2e565602aa78b51a2cea2d619d7b0e9

libs/androidfw/Android.mk

index 8583426..d80612b 100644 (file)
@@ -58,8 +58,6 @@ LOCAL_STATIC_LIBRARIES := liblog
 include $(BUILD_HOST_STATIC_LIBRARY)
 
 
-ifeq ($(ANDROID_BUILD_EMBEDDED),true)
-
 # For the device
 # =====================================================
 
@@ -93,5 +91,3 @@ include $(BUILD_SHARED_LIBRARY)
 ifeq (,$(ONE_SHOT_MAKEFILE))
 include $(call first-makefiles-under,$(LOCAL_PATH))
 endif
-
-endif # ($(ANDROID_BUILD_EMBEDDED),true)