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:
committed by
Steven Moreland
parent
7bf58d5975
commit
68686dbb41
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user