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: Ibfe4cf5db732d9007b1cc12dbc523c427de1b23d
Change-Id: Ibfe4cf5db732d9007b1cc12dbc523c427de1b23d
This commit is contained in:
Dan Willemsen 2017-04-07 14:09:18 -07:00 committed by Steven Moreland
parent df244d876a
commit 51a9bf1673
3 changed files with 7 additions and 7 deletions

View file

@ -2177,13 +2177,13 @@ ndk_headers {
}
ndk_library {
name: "libc.ndk",
name: "libc",
symbol_file: "libc.map.txt",
first_version: "9",
}
llndk_library {
name: "libc.llndk",
name: "libc",
symbol_file: "libc.map.txt",
export_headers_as_system: true,
export_preprocessed_headers: ["include"],
@ -2240,7 +2240,7 @@ llndk_library {
}
ndk_library {
name: "libstdc++.ndk",
name: "libstdc++",
symbol_file: "libstdc++.map.txt",
first_version: "9",
}

View file

@ -120,12 +120,12 @@ cc_library {
}
ndk_library {
name: "libdl.ndk",
name: "libdl",
symbol_file: "libdl.map.txt",
first_version: "9",
}
llndk_library {
name: "libdl.llndk",
name: "libdl",
symbol_file: "libdl.map.txt",
}

View file

@ -534,12 +534,12 @@ cc_library {
}
ndk_library {
name: "libm.ndk",
name: "libm",
symbol_file: "libm.map.txt",
first_version: "9",
}
llndk_library {
name: "libm.llndk",
name: "libm",
symbol_file: "libm.map.txt",
}