summaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorAlex Deymo <deymo@google.com>2017-10-30 11:51:38 +0100
committerAlex Deymo <deymo@google.com>2017-11-02 20:19:41 +0100
commitcb620cadee3327563dc170b9e69099f8780abfb0 (patch)
treee939ce3a008298c4d9d763cba739b1ff02c7212e /Android.bp
parentc2b68e2059650217e0ee312848526dadb1b569c9 (diff)
downloadbsdiff-cb620cadee3327563dc170b9e69099f8780abfb0.tar.gz
Remove the include/bsdiff export.
All clients now include "bsdiff/bsdiff.h" so no need for this export path anymore. Bug: None Test: `make checkbuild` Change-Id: I0cc7882a58905fcd276600ee2efa01620a7ab378
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp7
1 files changed, 1 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index abc9604..4566caa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -19,12 +19,7 @@ cc_defaults {
// Allow internal includes to be referenced with the "bsdiff/" prefix in the
// path.
include_dirs: ["external"],
- export_include_dirs: [
- "include",
- // TODO(deymo): Remove include/bsdiff when all callers use the "bsdiff/"
- // prefix when including code.
- "include/bsdiff",
- ],
+ export_include_dirs: ["include"],
cflags: [
"-D_FILE_OFFSET_BITS=64",
"-Wall",