mirror of
https://github.com/Anything-at-25-00/android_device_tecno_LG8n.git
synced 2024-11-22 21:56:26 -08:00
LG8n: Add DerpFest Flags
Signed-off-by: Shirayuki39 <lorddemecrius83@proton.me>
This commit is contained in:
parent
d0302992d2
commit
9f7e113ade
|
@ -7,6 +7,7 @@
|
||||||
# Inherit from those products. Most specific first.
|
# Inherit from those products. Most specific first.
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/core_64_bit.mk)
|
||||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||||
|
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
|
||||||
|
|
||||||
# Inherit from device makefile.
|
# Inherit from device makefile.
|
||||||
$(call inherit-product, device/tecno/LG8n/device.mk)
|
$(call inherit-product, device/tecno/LG8n/device.mk)
|
||||||
|
@ -24,6 +25,8 @@ PRODUCT_MODEL := TECNO LG8n
|
||||||
PRODUCT_GMS_CLIENTID_BASE := android-transsion
|
PRODUCT_GMS_CLIENTID_BASE := android-transsion
|
||||||
|
|
||||||
TARGET_BOOT_ANIMATION_RES := 1080
|
TARGET_BOOT_ANIMATION_RES := 1080
|
||||||
|
TARGET_USES_PICO_GAPPS := true
|
||||||
|
PRODUCT_NO_CAMERA := false
|
||||||
|
|
||||||
PRODUCT_BUILD_PROP_OVERRIDES += \
|
PRODUCT_BUILD_PROP_OVERRIDES += \
|
||||||
PRODUCT_NAME=LG8n-GL
|
PRODUCT_NAME=LG8n-GL
|
||||||
|
|
14
overlay/SettingsResOverlayLG8n/res/values/derp_strings.xml
Normal file
14
overlay/SettingsResOverlayLG8n/res/values/derp_strings.xml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Copyright (C) 2020 DerpFest 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="maintainer_name">Ren (Shirayuki39/Shirayuki429)</string>
|
||||||
|
<string name="maintainer_telegram" translatable="false">https://t.me/shirayuki428stuffchat</string>
|
||||||
|
</resources>
|
Loading…
Reference in a new issue