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

Commit 0398b7e7 authored by Chris Ye's avatar Chris Ye Committed by Android (Google) Code Review
Browse files

Merge "Move the non-NDK APIs to powermanager internal directory." into rvc-dev

parents 1d2d8b03 80826e0e
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ cc_library_shared {
    ],

    aidl: {
       local_include_dirs: ["."],
       local_include_dirs: ["include"],
       include_dirs: [
           "frameworks/base/core/java/android/os",
       ],
@@ -28,6 +28,11 @@ cc_library_shared {
        "-Wunused",
        "-Wunreachable-code",
    ],

    local_include_dirs: ["include"],
    export_include_dirs: [
         "include",
    ],
}

cc_test {