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
This commit is contained in:
Steven Moreland 2017-04-10 12:58:03 -07:00
parent c8202dc5f7
commit db9b260096
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ndk_headers {
}
ndk_library {
name: "libsync.ndk",
name: "libsync",
symbol_file: "libsync.map.txt",
first_version: "26",
}