Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35a42e0e authored by Mike Lockwood's avatar Mike Lockwood
Browse files

Supress contents of this project in embedded builds

Change-Id: Ib5c2853f8a20be2cba21cab081a31a327239cfd4
parent 97f5d816
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -31,6 +31,10 @@ framework_res_source_path := APPS/framework-res_intermediates/src
# So we first build the framework as a monolithic static library then split it
# up into smaller pieces.
# ============================================================

# embedded builds use nothing in frameworks/base
ifneq ($(ANDROID_BUILD_EMBEDDED),true)

include $(CLEAR_VARS)

# FRAMEWORKS_BASE_SUBDIRS comes from build/core/pathmap.mk
@@ -879,3 +883,5 @@ include $(BUILD_JAVA_LIBRARY)
ifeq (,$(ONE_SHOT_MAKEFILE))
include $(call first-makefiles-under,$(LOCAL_PATH))
endif

endif # ANDROID_BUILD_EMBEDDED