This website requires JavaScript.
Explore
Help
Register
Sign In
tequilaOS
/
platform_build_soong
Watch
2
Star
0
Fork
You've already forked platform_build_soong
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
17c37017ed
platform_build_soong
/
soong.bootstrap.in
4 lines
98 B
Text
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 09:39:06 +02: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 00:45:15 +02:00
PREBUILTOS="@@PrebuiltOS@@"
Reference in a new issue
Copy permalink