Add Android.bp
This commit is contained in:
24
Android.bp
Normal file
24
Android.bp
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
android_app_import {
|
||||||
|
name: "VivladiBrowser",
|
||||||
|
presigned: true,
|
||||||
|
certificate: "PRESIGNED",
|
||||||
|
overrides: [
|
||||||
|
"Browser",
|
||||||
|
"Browser2",
|
||||||
|
],
|
||||||
|
optional_uses_libs: [
|
||||||
|
"android.car",
|
||||||
|
"androidx.window.extensions",
|
||||||
|
"com.android.extensions.xr",
|
||||||
|
"android.ext.adservices",
|
||||||
|
"androidx.window.sidecar",
|
||||||
|
],
|
||||||
|
arch: {
|
||||||
|
arm64: {
|
||||||
|
src: "prebuilt/arm64/Vivaldi.7.5.3737.177_arm64-v8a.apk",
|
||||||
|
},
|
||||||
|
arm: {
|
||||||
|
src: "prebuilt/armhf/Vivaldi.7.5.3737.177_armeabi-v7a.apk",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Reference in New Issue
Block a user