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

Commit 0c5b865c authored by Jiyong Park's avatar Jiyong Park
Browse files

Remove the unnecessary aidl.include_dirs property

framework-internal-utils doesn't have source files. Since nothing is
compiled in the module, the aidl include path is unnecessary.

Bug: N/A
Test: m
Change-Id: I446eaced60b35b09764f762ab5e711a47f822e56
parent f050259d
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -352,9 +352,6 @@ java_library {
        "com.android.sysprop.apex",
        "PlatformProperties",
    ],
    aidl: {
        include_dirs: ["system/connectivity/wificond/aidl"],
    },
    sdk_version: "core_platform",
    installable: false,
}