summaryrefslogtreecommitdiff
path: root/viewcapturelib/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'viewcapturelib/Android.bp')
-rw-r--r--viewcapturelib/Android.bp9
1 files changed, 5 insertions, 4 deletions
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",