Merge "Remove unused tags
property from Android.bp files" am: d32437e975
am: 526080303a
Change-Id: I1f4060617ada8a1202bec741cc59d9c10f1a9a60
This commit is contained in:
commit
207fb14549
2 changed files with 0 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue