Skip to content
Snippets Groups Projects
Commit d32437e9 authored by Dan Willemsen's avatar Dan Willemsen Committed by Gerrit Code Review
Browse files

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

parents 41d35c6f 76b7f7b3
No related branches found
No related tags found
Loading
......@@ -22,7 +22,6 @@ cc_defaults {
],
static_libs: ["libsepol"],
stl: "none",
tags: ["optional"],
}
cc_binary_host {
......@@ -55,6 +54,5 @@ cc_binary_host {
cc_prebuilt_binary {
name: "insertkeys.py",
srcs: ["insertkeys.py"],
tags: ["optional"],
host_supported: true,
}
......@@ -18,7 +18,6 @@ cc_binary_host {
name: "fc_sort",
srcs: ["fc_sort.c"],
stl: "none",
tags: ["optional"],
cflags: [
"-Wall",
"-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