aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duffin <paulduffin@google.com>2024-04-23 17:13:20 +0100
committerPaul Duffin <paulduffin@google.com>2024-04-23 17:17:09 +0100
commit1518e4462c89d697ab0d77af55a82ade2f1ea146 (patch)
treee1767d9d4ba39a408a2c0b01e65f565d617072d3
parentb0e790b963bde15afcc0584c47bf9f082257e5dc (diff)
downloadCar-1518e4462c89d697ab0d77af55a82ade2f1ea146.tar.gz
Reformat car-lib/Android.bp with bpfmt
Needed to eliminate conflicts in the follow-up change with downstream which has already been reformatted. This just reformats the file that is modified by the follow-up change to avoid unnecessary churn. Bug: 319908134 Test: build okay Merged-In: I846a3a43823dc3b4295a0d3bb95391f2b52d4176 Change-Id: I846a3a43823dc3b4295a0d3bb95391f2b52d4176
-rw-r--r--car-lib/Android.bp36
1 files changed, 18 insertions, 18 deletions
diff --git a/car-lib/Android.bp b/car-lib/Android.bp
index 88cd90b8ec..be0a6c22d6 100644
--- a/car-lib/Android.bp
+++ b/car-lib/Android.bp
@@ -30,7 +30,7 @@ filegroup {
filegroup {
name: "cartelemetryservice-proto-srcs",
srcs: [
- "src/android/car/telemetry/telemetry.proto"
+ "src/android/car/telemetry/telemetry.proto",
],
}
@@ -46,7 +46,7 @@ java_library {
"com.android.car.framework",
],
static_libs: ["libprotobuf-java-lite"],
- srcs: ["src/android/car/navigation/navigation_state.proto"]
+ srcs: ["src/android/car/navigation/navigation_state.proto"],
}
filegroup {
@@ -94,10 +94,10 @@ java_library {
java_library_static {
name: "android.car.annotations.compile-only",
srcs: [
- "src/android/car/annotation/*",
- "src/android/car/ApiVersion.java",
- "src/android/car/CarVersion.java",
- "src/android/car/PlatformVersion.java",
+ "src/android/car/annotation/*",
+ "src/android/car/ApiVersion.java",
+ "src/android/car/CarVersion.java",
+ "src/android/car/PlatformVersion.java",
],
}
@@ -158,7 +158,7 @@ droidstubs {
api_lint: {
enabled: true,
baseline_file: "api/lint-baseline.txt",
- }
+ },
},
}
@@ -189,7 +189,7 @@ droidstubs {
api_lint: {
enabled: true,
baseline_file: "api/system-lint-baseline.txt",
- }
+ },
},
}
@@ -205,8 +205,8 @@ droidstubs {
api_file: "api/test-current.txt",
removed_api_file: "api/test-removed.txt",
args: " -error 2 -error 3 -error 4 -error 5 -error 6 -error 7 -error 8 -error 9 -error 10 -error 11 " +
- " -error 12 -error 13 -error 14 -error 15 -error 16 -error 17 -error 18 -error 19 -error 20 " +
- " -error 21 -error 23 -error 24 -error 25 -hide 113 ",
+ " -error 12 -error 13 -error 14 -error 15 -error 16 -error 17 -error 18 -error 19 -error 20 " +
+ " -error 21 -error 23 -error 24 -error 25 -hide 113 ",
},
},
}
@@ -247,13 +247,13 @@ droidstubs {
],
// Add --verbose to print metalava details.
args: "--manifest $(location AndroidManifest.xml) " +
- "--error UnhiddenSystemApi " +
- "--hide RequiresPermission " +
- "--hide CallbackInterface " +
- "--hide MissingPermission " +
- "--hide HiddenSuperclass --hide DeprecationMismatch --hide UnavailableSymbol " +
- "--hide SdkConstant --hide HiddenTypeParameter " +
- "--hide Todo ",
+ "--error UnhiddenSystemApi " +
+ "--hide RequiresPermission " +
+ "--hide CallbackInterface " +
+ "--hide MissingPermission " +
+ "--hide HiddenSuperclass --hide DeprecationMismatch --hide UnavailableSymbol " +
+ "--hide SdkConstant --hide HiddenTypeParameter " +
+ "--hide Todo ",
write_sdk_values: true,
}
@@ -360,7 +360,7 @@ java_library {
sdk_version: "test_current",
dist: {
targets: ["dist_files"],
- }
+ },
}
// Export the api/system-current.txt file.