aospa: Import Prebuilt Aperture

Compiled with latest source
Change-Id: If26116524d2cedf51e6d3ad6439d56841b8d22e7
This commit is contained in:
Fazil Sheik 2024-07-26 01:34:54 +05:30
parent 06888f868a
commit f530200ee6
2 changed files with 20 additions and 0 deletions

View File

@ -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.