* commit '121f209d3ea770109c9ebe0b6f8a965f91d5a2ef': Fix unbundled branches
This commit is contained in:
commit
3f01965b3d
1 changed files with 3 additions and 0 deletions
|
|
@ -72,6 +72,8 @@ include $(LOCAL_PATH)/Android.build.mk
|
||||||
build_type := host
|
build_type := host
|
||||||
include $(LOCAL_PATH)/Android.build.mk
|
include $(LOCAL_PATH)/Android.build.mk
|
||||||
|
|
||||||
|
# Don't build for unbundled branches
|
||||||
|
ifeq (,$(TARGET_BUILD_APPS))
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
# The libbacktrace library (libc++)
|
# The libbacktrace library (libc++)
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
|
|
@ -112,6 +114,7 @@ build_target := SHARED_LIBRARY
|
||||||
include $(LOCAL_PATH)/Android.build.mk
|
include $(LOCAL_PATH)/Android.build.mk
|
||||||
build_type := host
|
build_type := host
|
||||||
include $(LOCAL_PATH)/Android.build.mk
|
include $(LOCAL_PATH)/Android.build.mk
|
||||||
|
endif
|
||||||
|
|
||||||
#-------------------------------------------------------------------------
|
#-------------------------------------------------------------------------
|
||||||
# The libbacktrace_test library needed by backtrace_test.
|
# The libbacktrace_test library needed by backtrace_test.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue