OSDN Git Service

Remove .(ll)ndk suffix from (ll)ndk_library
authorDan Willemsen <dwillemsen@google.com>
Fri, 7 Apr 2017 21:09:18 +0000 (14:09 -0700)
committerSteven Moreland <smoreland@google.com>
Mon, 10 Apr 2017 19:54:41 +0000 (12:54 -0700)
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: Ibfe4cf5db732d9007b1cc12dbc523c427de1b23d

libc/Android.bp
libdl/Android.bp
libm/Android.bp

index cb04c6f..7fc4682 100644 (file)
@@ -2171,13 +2171,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"],
@@ -2234,7 +2234,7 @@ llndk_library {
 }
 
 ndk_library {
-    name: "libstdc++.ndk",
+    name: "libstdc++",
     symbol_file: "libstdc++.map.txt",
     first_version: "9",
 }
index 8c6b47e..ffdf7f7 100644 (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",
 }
index 24e641c..07d4261 100644 (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",
 }