Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c30f033b authored by Yi-Yo Chiang's avatar Yi-Yo Chiang
Browse files

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
parent bb1cc95f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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",
    ],