From ab89b34b6fcfb13829515e84ddac3d392d3485c5 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Fri, 7 Apr 2017 15:26:08 -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: Ica4eedda51bb34db2f39d2c64ea436e1f633bfc3 Change-Id: Ica4eedda51bb34db2f39d2c64ea436e1f633bfc3 --- liblog/Android.bp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liblog/Android.bp b/liblog/Android.bp index bc262dbcc..e74aa8283 100644 --- a/liblog/Android.bp +++ b/liblog/Android.bp @@ -108,14 +108,14 @@ ndk_headers { } ndk_library { - name: "liblog.ndk", + name: "liblog", symbol_file: "liblog.map.txt", first_version: "9", unversioned_until: "current", } llndk_library { - name: "liblog.llndk", + name: "liblog", symbol_file: "liblog.map.txt", unversioned: true, export_include_dirs: ["include_vndk"],