Skip to content
This repository was archived by the owner on Aug 15, 2021. It is now read-only.

Commit 18801c8

Browse files
committed
Use our custom libandroidfw
1 parent 1005220 commit 18801c8

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

Android.mk

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ aaptSources := \
4848
ZipFile.cpp
4949

5050
aaptStaticLibs := \
51-
libandroidfw \
51+
libandroidfw_static \
5252
libpng \
5353
libutils \
5454
liblog \
@@ -107,5 +107,13 @@ LOCAL_FORCE_STATIC_EXECUTABLE := true
107107

108108
include $(BUILD_EXECUTABLE)
109109

110+
# Include subdirectory makefiles
111+
# ============================================================
112+
113+
# If we're building with ONE_SHOT_MAKEFILE (mm, mmm), then what the framework
114+
# team really wants is to build the stuff defined by this makefile.
115+
ifeq (,$(ONE_SHOT_MAKEFILE))
116+
include $(call first-makefiles-under,$(LOCAL_PATH))
117+
endif
110118

111119
endif # No TARGET_BUILD_APPS or TARGET_BUILD_PDK

0 commit comments

Comments
 (0)