This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
platform_build_soong
mirror of
https://gitee.com/openkylin/platform_build_soong.git
Watch
9
Star
0
Fork
You've already forked platform_build_soong
0
Code
Issues
Projects
Releases
Wiki
Activity
ba44287610
platform_build_soong
/
root.bp
8 lines
111 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial soong This creates the infrastructure that will be used to bootstrap the soong primary builder through blueprint and ninja. Change-Id: Iebed8f369e4db41b207d0b2a48a7a54a4dd7d45d
2015-01-27 08:30:13 +08:00
subdirs = [
"build/blueprint",
"build/soong",
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-01-31 09:27:36 +08:00
"bionic/*",
"external/*",
"system/core/*",
Initial soong This creates the infrastructure that will be used to bootstrap the soong primary builder through blueprint and ninja. Change-Id: Iebed8f369e4db41b207d0b2a48a7a54a4dd7d45d
2015-01-27 08:30:13 +08:00
]