aboutsummaryrefslogtreecommitdiffstats
path: root/androidmk
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2018-04-04 15:42:19 -0700
committerSteven Moreland <smoreland@google.com>2018-04-05 20:33:01 +0000
commit57a23d2f207598571468b582c20bb9eac91b62c2 (patch)
tree1e325f7697832520d00bafcd808615d524649eed /androidmk
parentbc30a775919b1907aa2a4596300e4ad89c568023 (diff)
downloadbuild_soong-57a23d2f207598571468b582c20bb9eac91b62c2.tar.gz
build_soong-57a23d2f207598571468b582c20bb9eac91b62c2.tar.bz2
build_soong-57a23d2f207598571468b582c20bb9eac91b62c2.zip
Add vintf_fragments.
Bug: 66917623 Test: fragments are loaded in the right place Test: boot device which is depending on fragments Test: androidmk file which uses LOCAL_VINTF_FRAGMENTS properly converted Change-Id: I366b731cf8d5ecf51851866f441ff1c517da75cf
Diffstat (limited to 'androidmk')
-rw-r--r--androidmk/cmd/androidmk/android.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/androidmk/cmd/androidmk/android.go b/androidmk/cmd/androidmk/android.go
index b2a8914e..a578bcfd 100644
--- a/androidmk/cmd/androidmk/android.go
+++ b/androidmk/cmd/androidmk/android.go
@@ -121,6 +121,7 @@ func init() {
"LOCAL_EXPORT_SHARED_LIBRARY_HEADERS": "export_shared_lib_headers",
"LOCAL_EXPORT_STATIC_LIBRARY_HEADERS": "export_static_lib_headers",
"LOCAL_INIT_RC": "init_rc",
+ "LOCAL_VINTF_FRAGMENTS": "vintf_fragments",
"LOCAL_TIDY_FLAGS": "tidy_flags",
// TODO: This is comma-separated, not space-separated
"LOCAL_TIDY_CHECKS": "tidy_checks",