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: Ica4eedda51bb34db2f39d2c64ea436e1f633bfc3
This commit is contained in:
parent
3f5757977c
commit
c8202dc5f7
1 changed files with 2 additions and 2 deletions
|
|
@ -108,14 +108,14 @@ ndk_headers {
|
||||||
}
|
}
|
||||||
|
|
||||||
ndk_library {
|
ndk_library {
|
||||||
name: "liblog.ndk",
|
name: "liblog",
|
||||||
symbol_file: "liblog.map.txt",
|
symbol_file: "liblog.map.txt",
|
||||||
first_version: "9",
|
first_version: "9",
|
||||||
unversioned_until: "current",
|
unversioned_until: "current",
|
||||||
}
|
}
|
||||||
|
|
||||||
llndk_library {
|
llndk_library {
|
||||||
name: "liblog.llndk",
|
name: "liblog",
|
||||||
symbol_file: "liblog.map.txt",
|
symbol_file: "liblog.map.txt",
|
||||||
unversioned: true,
|
unversioned: true,
|
||||||
export_include_dirs: ["include_vndk"],
|
export_include_dirs: ["include_vndk"],
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue