This website requires JavaScript.
Explore
Help
Register
Sign In
tequilaOS
/
platform_build_blueprint
Watch
2
Star
0
Fork
You've already forked platform_build_blueprint
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1ad5037f43
platform_build_blueprint
/
.gitignore
5 lines
31 B
Text
Raw
Normal View
History
Unescape
Escape
Add test suite for bootstrapping This only checks to make sure that for a given updated file, the bootstrap stage is properly run. It doesn't actually check to make sure that anything was rebuilt. Change-Id: I9cb6ff1d483264da30e43d5580361d93b148f42c
2015-07-23 02:05:51 +02:00
out.test
Import globbing from Soong Add globbing with dependency checking to blueprint. Calling ModuleContext.GlobWithDeps or SingletonContext.GlobWithDeps will return a list of files that match the globs, while also adding efficient dependencies to rerun the primary builder if a file that matches the glob is added or removed. Also use the globbing support for optional_subdirs=, subdirs= and build= lines in blueprints files. The globbing slightly changes the behavior of subname= lines, it no longer falls back to looking for a file called "Blueprints". Blueprint files that need to include a subdirectory with a different name can use build= instead of subdir= to directly include them. The Blueprints file is updated to reset subname="Blueprints" in case we want to include subdirectories inside blueprint and the primary builder has changed the subname. Also adds a new test directory that contains a simple primary builder tree to test regeneration for globbing, and runs the tests in travis. Change-Id: I83ce525fd11e11579cc58ba5308d01ca8eea7bc6
2016-11-01 19:10:51 +01:00
src.test
gitignore intelliJ files Bug: N/A Test: N/A Change-Id: Iff9eabb3915bff566ee62deb339f0cbe89b5c6ef
2022-02-02 17:35:19 +01:00
*.iml
.idea/
Reference in a new issue
Copy permalink