platform_build_soong/root.bp
Colin Cross 3f40fa460d Add soong_build primary builder
Initial build logic for building android with soong.  It can build
a variety of C and C++ files for arm/arm64 and host.

Change-Id: I10eb37c2c2a50be6af1bb5fd568c0962b9476bf0
2015-03-13 20:28:16 -07:00

7 lines
111 B
Text

subdirs = [
"build/blueprint",
"build/soong",
"bionic/*",
"external/*",
"system/core/*",
]