diff options
author | Tao Bao <tbao@google.com> | 2017-10-04 01:39:15 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-10-04 01:39:15 +0200 |
commit | b50d7cf9c934137dcddef8cc489a6541e7757e44 (patch) | |
tree | 0f575dabb45c5c8bfed5fcd0ec788b71495fd312 /otautil/Android.bp | |
parent | Merge "screen_ui: stage marker positioning" (diff) | |
parent | Merge "otautil: Export headers." (diff) | |
download | android_bootable_recovery-b50d7cf9c934137dcddef8cc489a6541e7757e44.tar android_bootable_recovery-b50d7cf9c934137dcddef8cc489a6541e7757e44.tar.gz android_bootable_recovery-b50d7cf9c934137dcddef8cc489a6541e7757e44.tar.bz2 android_bootable_recovery-b50d7cf9c934137dcddef8cc489a6541e7757e44.tar.lz android_bootable_recovery-b50d7cf9c934137dcddef8cc489a6541e7757e44.tar.xz android_bootable_recovery-b50d7cf9c934137dcddef8cc489a6541e7757e44.tar.zst android_bootable_recovery-b50d7cf9c934137dcddef8cc489a6541e7757e44.zip |
Diffstat (limited to 'otautil/Android.bp')
-rw-r--r-- | otautil/Android.bp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/otautil/Android.bp b/otautil/Android.bp index a2eaa0402..9cde7baa7 100644 --- a/otautil/Android.bp +++ b/otautil/Android.bp @@ -30,4 +30,8 @@ cc_library_static { "-Werror", "-Wall", ], + + export_include_dirs: [ + "include", + ], } |