diff options
author | Steven Moreland | 2017-04-10 14:58:03 -0500 |
---|---|---|
committer | Steven Moreland | 2017-04-10 14:58:03 -0500 |
commit | db9b260096dc13f3733dceba9d0935f0323b9b36 (patch) | |
tree | 67fa0ce8d0c1b127b3f244e8cc2854d500a1a9b3 /libsync | |
parent | c8202dc5f72e45079f71b7b52e11d58d16bb7409 (diff) | |
download | platform-system-core-db9b260096dc13f3733dceba9d0935f0323b9b36.tar.gz platform-system-core-db9b260096dc13f3733dceba9d0935f0323b9b36.tar.xz platform-system-core-db9b260096dc13f3733dceba9d0935f0323b9b36.zip |
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
Diffstat (limited to 'libsync')
-rw-r--r-- | libsync/Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
7 | } | 7 | } |
8 | 8 | ||
9 | ndk_library { | 9 | ndk_library { |
10 | name: "libsync.ndk", | 10 | name: "libsync", |
11 | symbol_file: "libsync.map.txt", | 11 | symbol_file: "libsync.map.txt", |
12 | first_version: "26", | 12 | first_version: "26", |
13 | } | 13 | } |