diff options
author | Treehugger Robot <treehugger-gerrit@google.com> | 2017-10-04 01:34:36 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-10-04 01:34:36 +0200 |
commit | 2cedab7af95e1065cce1633de1b3acd5a40928f7 (patch) | |
tree | 149e16016b8bc8528524484dcd3a7f81e65fff30 /otautil/Android.bp | |
parent | Merge "screen_ui: stage marker positioning" (diff) | |
parent | otautil: Export headers. (diff) | |
download | android_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.tar android_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.tar.gz android_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.tar.bz2 android_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.tar.lz android_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.tar.xz android_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.tar.zst android_bootable_recovery-2cedab7af95e1065cce1633de1b3acd5a40928f7.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", + ], } |