mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 13:35:15 +00:00
rtwo: overlay: Configure aux camera for Aperture
Change-Id: I543f078dd4dba30e1b22737d5c22d591e3fb34e6
This commit is contained in:
@@ -38,6 +38,7 @@ $(call inherit-product, device/motorola/sm8550-common/common.mk)
|
||||
|
||||
# Overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
ApertureResRtwo \
|
||||
FrameworksResRtwo \
|
||||
LineageSystemUIRtwo \
|
||||
ProductFrameworksResRtwo \
|
||||
|
||||
4
resource-overlay/rtwo/Aperture/Android.bp
Normal file
4
resource-overlay/rtwo/Aperture/Android.bp
Normal file
@@ -0,0 +1,4 @@
|
||||
runtime_resource_overlay {
|
||||
name: "ApertureResRtwo",
|
||||
product_specific: true
|
||||
}
|
||||
9
resource-overlay/rtwo/Aperture/AndroidManifest.xml
Normal file
9
resource-overlay/rtwo/Aperture/AndroidManifest.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2024 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="android.overlay.aperture.rtwo">
|
||||
<overlay android:targetPackage="org.lineageos.aperture" android:isStatic="true" android:priority="600"/>
|
||||
</manifest>
|
||||
9
resource-overlay/rtwo/Aperture/res/values/config.xml
Normal file
9
resource-overlay/rtwo/Aperture/res/values/config.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
SPDX-FileCopyrightText: 2022-2023 The LineageOS Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
<resources>
|
||||
<!-- Enable auxiliary cameras selector. -->
|
||||
<bool name="config_enableAuxCameras">true</bool>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user