summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-23 23:15:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-23 23:15:28 +0000
commitbcbe6abafa28947ff696d6ea663800bc138dac96 (patch)
tree56776a9e2c8b893747837af2fa9beebfd5beb6db
parent47f411d87cf63aa95b331d3a3f03a5021f5b7f65 (diff)
parent02fe034c3788908a22ac0936dea2fdc31de13e65 (diff)
downloadsystemui-sdk-release.tar.gz
Snap for 11754915 from 02fe034c3788908a22ac0936dea2fdc31de13e65 to sdk-releasesdk-release
Change-Id: Id065ecead3102e01956c55b813f3c9875a93fa33
-rw-r--r--animationlib/Android.bp1
-rw-r--r--motiontoollib/Android.bp14
-rw-r--r--viewcapturelib/Android.bp9
3 files changed, 13 insertions, 11 deletions
diff --git a/animationlib/Android.bp b/animationlib/Android.bp
index 6c1620a..a850181 100644
--- a/animationlib/Android.bp
+++ b/animationlib/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_motion",
default_applicable_licenses: ["Android-Apache-2.0"],
}
diff --git a/motiontoollib/Android.bp b/motiontoollib/Android.bp
index 6762d83..c50dacd 100644
--- a/motiontoollib/Android.bp
+++ b/motiontoollib/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_motion",
default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -21,11 +22,11 @@ java_library {
srcs: ["src/com/android/app/motiontool/proto/*.proto"],
proto: {
type: "lite",
- local_include_dirs:[
- "src/com/android/app/motiontool/proto"
+ local_include_dirs: [
+ "src/com/android/app/motiontool/proto",
],
include_dirs: [
- "frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/proto"
+ "frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/proto",
],
},
static_libs: [
@@ -49,7 +50,7 @@ android_library {
srcs: [
"src/**/*.java",
- "src/**/*.kt"
+ "src/**/*.kt",
],
}
@@ -65,11 +66,11 @@ android_test {
"motion_tool_proto",
"androidx.test.ext.junit",
"androidx.test.rules",
- "testables"
+ "testables",
],
srcs: [
"**/*.java",
- "**/*.kt"
+ "**/*.kt",
],
libs: [
"android.test.runner",
@@ -77,4 +78,3 @@ android_test {
],
test_suites: ["device-tests"],
}
-
diff --git a/viewcapturelib/Android.bp b/viewcapturelib/Android.bp
index 33da2dd..c77bcf2 100644
--- a/viewcapturelib/Android.bp
+++ b/viewcapturelib/Android.bp
@@ -13,6 +13,7 @@
// limitations under the License.
package {
+ default_team: "trendy_team_launcher",
default_applicable_licenses: ["Android-Apache-2.0"],
}
@@ -21,8 +22,8 @@ java_library {
srcs: ["src/com/android/app/viewcapture/proto/*.proto"],
proto: {
type: "lite",
- local_include_dirs:[
- "src/com/android/app/viewcapture/proto"
+ local_include_dirs: [
+ "src/com/android/app/viewcapture/proto",
],
},
static_libs: ["libprotobuf-java-lite"],
@@ -42,7 +43,7 @@ android_library {
srcs: [
"src/**/*.java",
- "src/**/*.kt"
+ "src/**/*.kt",
],
}
@@ -62,7 +63,7 @@ android_test {
],
srcs: [
"**/*.java",
- "**/*.kt"
+ "**/*.kt",
],
libs: [
"android.test.runner",