summaryrefslogtreecommitdiff
path: root/NativeCode.bp
diff options
context:
space:
mode:
authorLogan Chien <loganchien@google.com>2018-02-27 16:03:04 +0800
committerLogan Chien <loganchien@google.com>2018-02-27 16:03:04 +0800
commit568c0bc27c81f3a9c9485b3fdd336725c6669e0d (patch)
treef6eb00b79f2fb1947692bf89714fc460474a2e93 /NativeCode.bp
parente3747ce142608ee3ff4adb88917f520c939de384 (diff)
Reformat Android.bp file
This commit replaces `=` with `:`, which is more idiomatic. Besides, this commit adds a space character after the colon and add a comma at the end of the list. Test: aosp_sailfish-userdebug builds Change-Id: I861e0201c3f894c1004f758855ebfaa64bfff05c
Diffstat (limited to 'NativeCode.bp')
-rw-r--r--NativeCode.bp6
1 files changed, 3 insertions, 3 deletions
diff --git a/NativeCode.bp b/NativeCode.bp
index 22c9ff95ef..3780e7d432 100644
--- a/NativeCode.bp
+++ b/NativeCode.bp
@@ -27,7 +27,7 @@ cc_defaults {
"-Wextra",
"-Werror",
],
- cppflags = ["-DU_USING_ICU_NAMESPACE=0"],
+ cppflags: ["-DU_USING_ICU_NAMESPACE=0"],
target: {
darwin: {
@@ -57,7 +57,7 @@ cc_library_shared {
],
srcs: [
":luni_native_srcs",
- "dalvik/src/main/native/org_apache_harmony_dalvik_NativeTestTarget.cpp"
+ "dalvik/src/main/native/org_apache_harmony_dalvik_NativeTestTarget.cpp",
],
shared_libs: [
@@ -147,7 +147,7 @@ cc_library_shared {
cc_library_shared {
name: "libjavacoretests",
defaults: ["core_native_default_flags"],
- host_supported:true,
+ host_supported: true,
srcs: [
"luni/src/test/native/libcore_dalvik_system_JniTest.cpp",