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

am: 526080303a

Change-Id: I1f4060617ada8a1202bec741cc59d9c10f1a9a60
This commit is contained in:
Dan Willemsen 2018-05-08 23:15:36 -07:00 committed by android-build-merger
commit 207fb14549
2 changed files with 0 additions and 3 deletions

View file

@ -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,
}

View file

@ -18,7 +18,6 @@ cc_binary_host {
name: "fc_sort",
srcs: ["fc_sort.c"],
stl: "none",
tags: ["optional"],
cflags: [
"-Wall",
"-Werror",