Remove .(ll)ndk suffix from (ll)ndk_library

Soong handles these automatically now.

Bug: 33241851
Test: Android-aosp_arm.mk is the same before/after
Test: build.ninja is the same before/after
Test: build-aosp_arm.ninja is the same before/after
Merged-In: Ic10796e75bb886cc3f92c234714ab3e6c85112df
Change-Id: Ic10796e75bb886cc3f92c234714ab3e6c85112df
This commit is contained in:
Dan Willemsen
2017-04-07 15:48:45 -07:00
committed by Steven Moreland
parent 7bf58d5975
commit 68686dbb41
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
// The headers module is in frameworks/native/Android.bp.
ndk_library {
name: "libandroid.ndk",
name: "libandroid",
symbol_file: "libandroid.map.txt",
first_version: "9",
unversioned_until: "current",

View File

@@ -14,7 +14,7 @@
// The headers module is in frameworks/native/Android.bp.
ndk_library {
name: "libjnigraphics.ndk",
name: "libjnigraphics",
symbol_file: "libjnigraphics.map.txt",
first_version: "9",
unversioned_until: "current",