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

Commit a096aba0 authored by Mark Urbanus's avatar Mark Urbanus
Browse files

PDK: Remove dependency on frameworks/base

Modules exposed as source in the PDK should not depend on anything
under frameworks/base.

Bug: 62086238
Test: Validated PDK build no longer fails on libcamera_client
Change-Id: I5239f09693065378893a2305f403c185bb7d334f
parent ad4dbf55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ cc_library_shared {
        export_aidl_headers: true,
        local_include_dirs: ["aidl"],
        include_dirs: [
            "frameworks/base/core/java",
            "frameworks/native/aidl/gui",
        ],
    },
@@ -76,4 +75,5 @@ cc_library_shared {
        "-Wall",
        "-Wextra",
    ],

}