diff options
| author | 2019-08-20 18:54:58 -0700 | |
|---|---|---|
| committer | 2020-01-14 12:25:20 -0800 | |
| commit | 79609637dc1a9681dfab0cdbce7dad75945952fc (patch) | |
| tree | 9343661621857c54947ca096ee3665e0627e8ec3 /libs | |
| parent | 8f296eb24cbe8855ff5c5530dd1143cf970847bf (diff) | |
libtimeinstate: export cputimeinstate.h
Make the definitions in cputimeinstate.h available to this library's
users.
Test: build now succeeds after adding libtimeinstate as a dependency
in other projects
Bug: 138317993
Signed-off-by: Connor O'Brien <connoro@google.com>
Change-Id: I1148ab4e4f3492b723279a71f3c96c70e5c92f4e
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/cputimeinstate/Android.bp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/cputimeinstate/Android.bp b/libs/cputimeinstate/Android.bp index a8f7d92b41..b1943a4afd 100644 --- a/libs/cputimeinstate/Android.bp +++ b/libs/cputimeinstate/Android.bp @@ -14,6 +14,7 @@ cc_library { "-Wall", "-Wextra", ], + export_include_dirs: ["."], } cc_test { |