Fix the build

Change-Id: I73f1c2e9e2e565602aa78b51a2cea2d619d7b0e9
diff --git a/libs/androidfw/Android.mk b/libs/androidfw/Android.mk
index 8583426..d80612b 100644
--- a/libs/androidfw/Android.mk
+++ b/libs/androidfw/Android.mk
@@ -58,8 +58,6 @@
 include $(BUILD_HOST_STATIC_LIBRARY)
 
 
-ifeq ($(ANDROID_BUILD_EMBEDDED),true)
-
 # For the device
 # =====================================================
 
@@ -93,5 +91,3 @@
 ifeq (,$(ONE_SHOT_MAKEFILE))
 include $(call first-makefiles-under,$(LOCAL_PATH))
 endif
-
-endif # ($(ANDROID_BUILD_EMBEDDED),true)