summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",