* Only build on Pixels * Use the old marlin/sailfish GoogleCamera to maintain compatibility, newer Pixels will be prompted to update the app via the Play Store. * Also, use Android.bp to avoid included static library checks. Change-Id: I6845f1feeee7a432bc24ae03996c1622399e9f78lineage-19.1
parent
b96b80b376
commit
d80d320e67
@ -0,0 +1,11 @@ |
|||||||
|
android_app_import { |
||||||
|
name: "GoogleCamera", |
||||||
|
owner: "google", |
||||||
|
apk: "apks/GoogleCamera.apk", |
||||||
|
overrides: ["Camera2", "Snap"], |
||||||
|
presigned: true, |
||||||
|
dex_preopt: { |
||||||
|
enabled: false, |
||||||
|
}, |
||||||
|
product_specific: true, |
||||||
|
} |
Loading…
Reference in new issue