aospa: Import Prebuilt Aperture
Compiled with latest source Change-Id: If26116524d2cedf51e6d3ad6439d56841b8d22e7
This commit is contained in:
parent
06888f868a
commit
f530200ee6
|
@ -0,0 +1,20 @@
|
||||||
|
//
|
||||||
|
// Copyright (C) 2022 Paranoid Android
|
||||||
|
//
|
||||||
|
// SPDX-License-Identifier: Apache-2.0
|
||||||
|
//
|
||||||
|
|
||||||
|
android_app_import {
|
||||||
|
name: "Aperture",
|
||||||
|
arch: {
|
||||||
|
arm64: {
|
||||||
|
apk: "Aperture.apk",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
overrides: ["Camera2"],
|
||||||
|
presigned: true,
|
||||||
|
system_ext_specific: true,
|
||||||
|
dex_preopt: {
|
||||||
|
enabled: false,
|
||||||
|
},
|
||||||
|
}
|
Binary file not shown.
Loading…
Reference in New Issue