diff options
author | Dan Willemsen <dwillemsen@google.com> | 2017-04-07 15:48:45 -0700 |
---|---|---|
committer | Steven Moreland <smoreland@google.com> | 2017-04-10 12:54:37 -0700 |
commit | 3dcf0318661fb66073122bd0c4b670b2b50e4546 (patch) | |
tree | 7d9e862d613b4c5e0bec8e87e725863bc18b595a /native/graphics | |
parent | 0ac8fd7adbebbbdfbe0f898fc3a82fbafba130ac (diff) |
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
Change-Id: Ic10796e75bb886cc3f92c234714ab3e6c85112df
Diffstat (limited to 'native/graphics')
-rw-r--r-- | native/graphics/jni/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/graphics/jni/Android.bp b/native/graphics/jni/Android.bp index 17feb53bdb68..d456950037d4 100644 --- a/native/graphics/jni/Android.bp +++ b/native/graphics/jni/Android.bp @@ -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", |