Add Android.bp
Integrate the app into AOSP.
This commit is contained in:
parent
380911922b
commit
b9ab82f6c0
1 changed files with 12 additions and 0 deletions
12
Android.bp
Normal file
12
Android.bp
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
android_app {
|
||||||
|
name: "GcamServicesProvider",
|
||||||
|
srcs: [
|
||||||
|
"app/src/main/java/**/*.kt",
|
||||||
|
],
|
||||||
|
resource_dirs: [
|
||||||
|
"app/src/main/res",
|
||||||
|
],
|
||||||
|
manifest: "app/src/main/AndroidManifest.xml",
|
||||||
|
sdk_version: "current",
|
||||||
|
product_specific: true,
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue