RMX3031: Switch Maintainer name to overlay

Signed-off-by: Nishant Kumar <www.rajsonu13@gmail.com>
This commit is contained in:
Nishant Kumar
2023-05-01 10:09:52 +05:30
parent 0636d7400c
commit dfe5b73de9
2 changed files with 19 additions and 3 deletions

View File

@@ -21,16 +21,14 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
# Inherit from device makefile
$(call inherit-product, device/realme/RMX3031/device.mk)
# Inherit some common Pixel-Experience stuff.
# Inherit some common AOSP stuff.
$(call inherit-product, vendor/aosp/config/common_full_phone.mk)
# Official-ify
ELIXIR_MAINTAINER := NishantKumar6342
ELIXIR_BUILD_TYPE := OFFICIAL
IS_PHONE := true
CUSTOM_BUILD_TYPE := OFFICIAL
TARGET_BOOT_ANIMATION_RES := 1080
TARGET_SUPPORTS_QUICK_TAP := true
TARGET_SUPPORTS_CALL_RECORDING := true
EXTRA_UDFPS_ANIMATIONS := true
TARGET_REMOVE_APERTURE_CAM := true

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2021-2023 Project Elixir
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.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<string name="elixir_maintainer">Nishant Kumar</string>
</resources>