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
This commit is contained in:
Dan Albert
2017-01-05 16:01:14 -08:00
parent cc4203221b
commit 98e462df7d
2 changed files with 2 additions and 0 deletions

View File

@@ -17,4 +17,5 @@ ndk_library {
name: "libandroid.ndk",
symbol_file: "libandroid.map.txt",
first_version: "9",
unversioned_until: "current",
}

View File

@@ -17,4 +17,5 @@ ndk_library {
name: "libjnigraphics.ndk",
symbol_file: "libjnigraphics.map.txt",
first_version: "9",
unversioned_until: "current",
}