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
diff --git a/libc/Android.bp b/libc/Android.bp
index 72699f5..688dd61 100644
--- a/libc/Android.bp
+++ b/libc/Android.bp
@@ -2177,13 +2177,13 @@
}
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 @@
}
ndk_library {
- name: "libstdc++.ndk",
+ name: "libstdc++",
symbol_file: "libstdc++.map.txt",
first_version: "9",
}