aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2019-07-25 04:44:01 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-07-25 04:44:01 -0700
commit4d0b07c471c83299a95ad8b7184a85c8fca9cba2 (patch)
treefc5860cc1922f856e8808e8282585d3d3f330155
parent3f2a81fb36735e0d1f74578308289fae062454be (diff)
parent7550f71a82cbc97041ad1d9030eb8f150ffe1095 (diff)
downloadcpu_features-4d0b07c471c83299a95ad8b7184a85c8fca9cba2.tar.gz
Reformat cpu_features's Blueprint file using bpfmt. am: aa4fc41f6b am: ce30ff3560
am: 7550f71a82 Change-Id: I3424980f0356343b93e2c542dc35c8c1306db32c
-rw-r--r--Android.bp9
1 files changed, 4 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 5420f40..e391e5d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -107,7 +107,6 @@ cc_binary {
],
}
-
// Tests.
cc_defaults {
@@ -118,7 +117,7 @@ cc_defaults {
"include",
],
cflags: [
- "-DCPU_FEATURES_TEST"
+ "-DCPU_FEATURES_TEST",
],
}
@@ -217,7 +216,7 @@ cc_test {
name: "cpu_features-bit_utils_test",
defaults: ["cpu_features-test-defaults"],
srcs: [
- "test/bit_utils_test.cc"
+ "test/bit_utils_test.cc",
],
}
@@ -340,7 +339,7 @@ cc_test {
cc_test {
name: "cpu_features-cpuinfo_test",
defaults: [
- "cpu_features-cpuinfo-test-defaults"
+ "cpu_features-cpuinfo-test-defaults",
],
arch: {
x86: {
@@ -381,6 +380,6 @@ cc_test {
"test/cpuinfo_aarch64_test.cc",
"src/cpuinfo_aarch64.c",
],
- }
+ },
},
}