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
3d4acddf56
platform_build_soong
/
soong.bootstrap.in
4 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Use SRCDIR as a working directory The existing behavior of using the build directory as the working directory is useful if you want to move/copy the output directory around and SRCDIR still refers the the source. But, it's more useful to have the source directory be the working directory. Tools like cpp(__FILE__) and other debug prints embed relative paths from the working directory. We also have tools that expect the working directory to be $TOP. Change-Id: Ia0f1d3c6b7df72d61cf5628efa2baa98bd19775b
2015-07-14 15:39:06 +08:00
BUILDDIR="@@BuildDir@@"
SRCDIR_FROM_BUILDDIR="@@SrcDirFromBuildDir@@"
Fix soong scripts to support directories with spaces Using a path with a space to execute soong is unlikely, but it might as well work. Quote all the paths in the soong scripts. Soong and blueprint will still both fail if the relative path between the soong script and the source directory has a space in it, but this is even more unlikely. Change-Id: I8986f10115209d69b09b82ffea26e4b10d29c197
2015-04-11 06:45:15 +08:00
PREBUILTOS="@@PrebuiltOS@@"