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

Commit fd344a7c authored by Dan Albert's avatar Dan Albert Committed by android-build-merger
Browse files

Merge "Mark the NDK binder APIs as drafts." am: aceb068f

am: cd81a767

Change-Id: Ib095982df7396ff388d74c7c73e618996db07271
parents 9b06a681 cd81a767
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -52,10 +52,12 @@ ndk_headers {
        "include_ndk/android/*.h",
    ],
    license: "NOTICE",
    draft: true,
}

ndk_library {
    name: "libbinder_ndk",
    symbol_file: "libbinder_ndk.map.txt",
    first_version: "29",
    draft: true,
}