revive the TINY_ANDROID build option
- update core/main.mk to include the right top-level directories - disable tasks/apicheck.mk in TINY_ANDROID builds to prevent failure
This commit is contained in:
15
core/main.mk
15
core/main.mk
@@ -302,11 +302,18 @@ ifeq ($(BUILD_TINY_ANDROID), true)
|
|||||||
INTERNAL_DEFAULT_DOCS_TARGETS :=
|
INTERNAL_DEFAULT_DOCS_TARGETS :=
|
||||||
|
|
||||||
subdirs := \
|
subdirs := \
|
||||||
|
bionic \
|
||||||
system/core \
|
system/core \
|
||||||
external/zlib \
|
build/libs \
|
||||||
build/tools \
|
build/target \
|
||||||
tools/kcm \
|
build/tools/acp \
|
||||||
external/yaffs2
|
build/tools/apriori \
|
||||||
|
build/tools/kcm \
|
||||||
|
build/tools/soslim \
|
||||||
|
external/elfcopy \
|
||||||
|
external/elfutils \
|
||||||
|
external/yaffs2 \
|
||||||
|
external/zlib
|
||||||
else # !BUILD_TINY_ANDROID
|
else # !BUILD_TINY_ANDROID
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@@ -17,6 +17,8 @@
|
|||||||
# api compatibility or added apis illegally.
|
# api compatibility or added apis illegally.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
ifneq ($(BUILD_TINY_ANDROID), true)
|
||||||
|
|
||||||
.PHONY: checkapi
|
.PHONY: checkapi
|
||||||
|
|
||||||
# eval this to define a rule that runs apicheck.
|
# eval this to define a rule that runs apicheck.
|
||||||
@@ -70,3 +72,4 @@ update-api: $(INTERNAL_PLATFORM_API_FILE) | $(ACP)
|
|||||||
@echo Copying current.xml
|
@echo Copying current.xml
|
||||||
$(hide) $(ACP) $(INTERNAL_PLATFORM_API_FILE) $(BUILD_SYSTEM)/api/current.xml
|
$(hide) $(ACP) $(INTERNAL_PLATFORM_API_FILE) $(BUILD_SYSTEM)/api/current.xml
|
||||||
|
|
||||||
|
endif
|
||||||
|
Reference in New Issue
Block a user