summaryrefslogtreecommitdiff
path: root/f2fs_utils
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2020-08-20 15:50:47 -0700
committerElliott Hughes <enh@google.com>2020-08-20 15:50:47 -0700
commit43d41d9dfbc4eb942380161b8500b2758416937e (patch)
tree492ceec10e2d82e27cb940a94d66a04d379b6b8a /f2fs_utils
parent313164200bf3ab0c7cb8c0879f9f6394bc8aaa96 (diff)
downloadextras-43d41d9dfbc4eb942380161b8500b2758416937e.tar.gz
Don't manually add an include directory you're getting anyway.
This code already links against liblog, so it gets the liblog headers (from their _correct_ location) for free! Bug: http://b/165825252 Test: treehugger Change-Id: Ib36653220c5975e9fe5a74273c316afda1482b54
Diffstat (limited to 'f2fs_utils')
-rw-r--r--f2fs_utils/Android.bp2
1 files changed, 0 insertions, 2 deletions
diff --git a/f2fs_utils/Android.bp b/f2fs_utils/Android.bp
index c3d3995c..5315f1a0 100644
--- a/f2fs_utils/Android.bp
+++ b/f2fs_utils/Android.bp
@@ -13,7 +13,6 @@ cc_library_shared {
include_dirs: [
"external/f2fs-tools/include",
- "system/core/include/log",
],
export_include_dirs: ["."]
@@ -32,7 +31,6 @@ cc_binary {
include_dirs: [
"external/f2fs-tools/include",
- "system/core/include/log",
],
}