Skip to content
Snippets Groups Projects
Commit 207fb145 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Remove unused `tags` property from Android.bp files" am: d32437e9

am: 52608030

Change-Id: I1f4060617ada8a1202bec741cc59d9c10f1a9a60
parents 8182a678 52608030
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,6 @@ cc_defaults { ...@@ -22,7 +22,6 @@ cc_defaults {
], ],
static_libs: ["libsepol"], static_libs: ["libsepol"],
stl: "none", stl: "none",
tags: ["optional"],
} }
cc_binary_host { cc_binary_host {
...@@ -55,6 +54,5 @@ cc_binary_host { ...@@ -55,6 +54,5 @@ cc_binary_host {
cc_prebuilt_binary { cc_prebuilt_binary {
name: "insertkeys.py", name: "insertkeys.py",
srcs: ["insertkeys.py"], srcs: ["insertkeys.py"],
tags: ["optional"],
host_supported: true, host_supported: true,
} }
...@@ -18,7 +18,6 @@ cc_binary_host { ...@@ -18,7 +18,6 @@ cc_binary_host {
name: "fc_sort", name: "fc_sort",
srcs: ["fc_sort.c"], srcs: ["fc_sort.c"],
stl: "none", stl: "none",
tags: ["optional"],
cflags: [ cflags: [
"-Wall", "-Wall",
"-Werror", "-Werror",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment