From db9b260096dc13f3733dceba9d0935f0323b9b36 Mon Sep 17 00:00:00 2001 From: Steven Moreland Date: Mon, 10 Apr 2017 12:58:03 -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 Change-Id: Ia039812817495c00e450eec7292447d5e8f93adb --- libsync/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libsync/Android.bp b/libsync/Android.bp index b293da4ad..e7dcf36d6 100644 --- a/libsync/Android.bp +++ b/libsync/Android.bp @@ -7,7 +7,7 @@ ndk_headers { } ndk_library { - name: "libsync.ndk", + name: "libsync", symbol_file: "libsync.map.txt", first_version: "26", }