stone: rro_overlays: Init FrameworksResTargetOverlayStone

- also enable config_supportSmartPixels

Signed-off-by: Arijit78 <sahaarijit2007@gmail.com>
This commit is contained in:
HDzungx
2024-05-26 07:18:29 +00:00
committed by Arijit78
parent 2a41f3bed3
commit b7d4f3cd13
3 changed files with 38 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
runtime_resource_overlay {
name: "FrameworksResTargetOverlayStone",
sdk_version: "current",
resource_dirs: ["res"],
vendor: true,
}

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2022 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.frameworksres.target.overlay.stone">
<application android:hasCode="false" />
<overlay
android:targetPackage="android"
android:isStatic="true"
android:priority="1"/>
</manifest>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The Linux Foundation
SPDX-License-Identifier: BSD-3-Clause
-->
<resources>
<!-- Whether the device supports Smart Pixels -->
<bool name="config_supportSmartPixels">true</bool>
</resources>