diff options
author | Steven Moreland <smoreland@google.com> | 2018-11-29 17:12:15 -0800 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2018-11-29 17:13:58 -0800 |
commit | 0a28e1cf832afd86a29c8bf85d307cae82f454fe (patch) | |
tree | 4cb3d754a068d1a46a3ad47da0052869e9c955ca /Android.bp | |
parent | f646be06ed5c37ca8fa7b5b6f446c162e948edd9 (diff) |
Set use_current for current.txt.
This option is being added in order to add current.txt into the build
graph.
Bug: 119117395
Test: m nothing (checks the build graph)
Change-Id: I98490d70ad297e1628ed95fbebd082c03b287d63
Diffstat (limited to 'Android.bp')
-rw-r--r-- | Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp index 05ca928e82..1c6e1b27e9 100644 --- a/Android.bp +++ b/Android.bp @@ -1,5 +1,6 @@ hidl_package_root { name: "android.hardware", + use_current: true, } cc_defaults { |