From 68686dbb410940972c4189eec644608b6435005d Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Fri, 7 Apr 2017 15:48:45 -0700 Subject: [PATCH] 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 --- native/android/Android.bp | 2 +- native/graphics/jni/Android.bp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/native/android/Android.bp b/native/android/Android.bp index 58436371ae275..eacda938b88dd 100644 --- a/native/android/Android.bp +++ b/native/android/Android.bp @@ -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", diff --git a/native/graphics/jni/Android.bp b/native/graphics/jni/Android.bp index 17feb53bdb683..d456950037d41 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",