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

Commit 6b7ea2af authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder_ndk: mv include_{apex,platform}

b/c this is no longer apex-specific

Bug: 136027762
Test: TH
Change-Id: I826cb83020234888f0eba09d64e0420a43f172eb
parent a9860b6d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ cc_library {

    export_include_dirs: [
        "include_ndk",
        "include_apex",
        "include_platform",
    ],

    cflags: [
@@ -80,6 +80,6 @@ llndk_library {
    symbol_file: "libbinder_ndk.map.txt",
    export_include_dirs: [
        "include_ndk",
        "include_apex",
        "include_platform",
    ],
}