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

Commit 98e462df authored by Dan Albert's avatar Dan Albert
Browse files

Unversion NDK stub libraries.

The system versions of these libraries aren't versioned yet.

Bug: https://github.com/android-ndk/ndk/issues/278
Test: make ndk
Change-Id: I74e988be8f60f8728a0bfa7360091cbd9f5b1186
parent cc420322
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -17,4 +17,5 @@ ndk_library {
    name: "libandroid.ndk",
    symbol_file: "libandroid.map.txt",
    first_version: "9",
    unversioned_until: "current",
}
+1 −0
Original line number Diff line number Diff line
@@ -17,4 +17,5 @@ ndk_library {
    name: "libjnigraphics.ndk",
    symbol_file: "libjnigraphics.map.txt",
    first_version: "9",
    unversioned_until: "current",
}