android_device_motorola_bangkk/camera/Android.bp
Adithya R b9046bddf1 dubai: Disable only N78 5G SA band for front camera
We don't need to disable 5G entirely during front camera usage, because
apparently only N78 band in SA 5G (Jio) is affected. Lower bands, such
as N28, does not break front camera so let's just disable the offending
band via RIL OEM commands when front camera is active.

Reversed the band editing mechanism from stock qcom-moto-telephony-ext.
Inspired by 70eebccf64

Change-Id: I6ccb247a5d1b1521e1828304f5570269d9e3f221
2024-03-08 04:46:26 -07:00

25 lines
553 B
Text

//
// Copyright (C) 2023 ArrowOS
//
// SPDX-License-Identifier: Apache-2.0
//
android_app {
name: "DubaiCameraService",
srcs: [
"src/**/*.java",
"src/**/*.aidl",
],
certificate: "platform",
platform_apis: true,
privileged: true,
system_ext_specific: true,
required: ["privapp-permissions-dubaicameraservice.xml"],
}
prebuilt_etc {
name: "privapp-permissions-dubaicameraservice.xml",
src: "privapp-permissions-dubaicameraservice.xml",
system_ext_specific: true,
sub_dir: "permissions",
}