fs_mgr: Remove include_dirs declaration
We aren't using anything through the removed path. We also shouldn't use `include_dirs` to begin with, as it bypasses any build system checks. Bug: 293695109 Test: build Change-Id: I06f7450c3ce545aa2583f8c3f8db18c45073f69e
This commit is contained in:
parent
bb1cc95f6c
commit
c30f033b4e
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ cc_defaults {
|
|||
defaults: ["fs_mgr_defaults"],
|
||||
export_include_dirs: ["include"],
|
||||
local_include_dirs: ["include/"],
|
||||
include_dirs: ["system/vold"],
|
||||
cflags: [
|
||||
"-D_FILE_OFFSET_BITS=64",
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue