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

Commit 2d9b89d1 authored by Chris Ye's avatar Chris Ye
Browse files

Move the non-NDK APIs to powermanager internal directory.

Move the header files with non-NDK APIs to be inside powermanager.

Bug: 150878392
Change-Id: I34d0619a0fd3bc913ef79040207b5943add6b372
parent 887e6a89
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 {