summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libcutils/Android.bp')
-rw-r--r--libcutils/Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libcutils/Android.bp b/libcutils/Android.bp
index 39f8aba8e..b96e3ae24 100644
--- a/libcutils/Android.bp
+++ b/libcutils/Android.bp
@@ -78,7 +78,6 @@ cc_library {
78 srcs: libcutils_nonwindows_sources + [ 78 srcs: libcutils_nonwindows_sources + [
79 "android_reboot.c", 79 "android_reboot.c",
80 "ashmem-dev.c", 80 "ashmem-dev.c",
81 "debugger.c",
82 "klog.cpp", 81 "klog.cpp",
83 "partition_utils.c", 82 "partition_utils.c",
84 "properties.c", 83 "properties.c",
@@ -86,9 +85,6 @@ cc_library {
86 "trace-dev.c", 85 "trace-dev.c",
87 "uevent.c", 86 "uevent.c",
88 ], 87 ],
89
90 static_libs: ["libdebuggerd_client"],
91 export_static_lib_headers: ["libdebuggerd_client"],
92 }, 88 },
93 89
94 android_arm: { 90 android_arm: {