Merge "Rearrange build files to support USE_SOONG=true"
This commit is contained in:
commit
2487f3e15f
3 changed files with 2 additions and 5 deletions
|
@ -1 +0,0 @@
|
|||
subdirs = ["*"]
|
|
@ -16,4 +16,5 @@
|
|||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(call all-subdir-makefiles)
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH)) \
|
||||
$(call all-makefiles-under,$(LOCAL_PATH)/libc)
|
||||
|
|
|
@ -1629,6 +1629,3 @@ LOCAL_SANITIZE := never
|
|||
LOCAL_NATIVE_COVERAGE := $(bionic_coverage)
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
|
||||
# ========================================================
|
||||
include $(call all-makefiles-under,$(LOCAL_PATH))
|
||||
|
|
Loading…
Reference in a new issue