summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libcutils/Android.bp')
-rw-r--r--libcutils/Android.bp21
1 files changed, 0 insertions, 21 deletions
diff --git a/libcutils/Android.bp b/libcutils/Android.bp
index f6c0f0e01..b96e3ae24 100644
--- a/libcutils/Android.bp
+++ b/libcutils/Android.bp
@@ -30,23 +30,6 @@ libcutils_nonwindows_sources = [
30 "str_parms.c", 30 "str_parms.c",
31] 31]
32 32
33cc_library_headers {
34 name: "libcutils_vndk_headers",
35 host_supported: true,
36 export_include_dirs: ["include_vndk"],
37}
38
39cc_library_headers {
40 name: "libcutils_headers",
41 host_supported: true,
42 export_include_dirs: ["include"],
43 target: {
44 windows: {
45 enabled: true,
46 },
47 },
48}
49
50cc_library { 33cc_library {
51 name: "libcutils", 34 name: "libcutils",
52 host_supported: true, 35 host_supported: true,
@@ -68,7 +51,6 @@ cc_library {
68 "threads.c", 51 "threads.c",
69 ], 52 ],
70 53
71
72 target: { 54 target: {
73 host: { 55 host: {
74 srcs: ["dlmalloc_stubs.c"], 56 srcs: ["dlmalloc_stubs.c"],
@@ -135,9 +117,6 @@ cc_library {
135 }, 117 },
136 118
137 shared_libs: ["liblog"], 119 shared_libs: ["liblog"],
138 header_libs: ["libcutils_headers"],
139 export_header_lib_headers: ["libcutils_headers"],
140
141 product_variables: { 120 product_variables: {
142 cpusets: { 121 cpusets: {
143 cflags: ["-DUSE_CPUSETS"], 122 cflags: ["-DUSE_CPUSETS"],