mirror of
https://github.com/Evolution-X-Devices/device_oneplus_instantnoodle
synced 2026-02-01 09:49:30 +00:00
instantnoodle: Initialize for Evolution X 10.x
This commit is contained in:
@@ -30,7 +30,8 @@ PRODUCT_PACKAGES += \
|
||||
|
||||
# Overlays
|
||||
DEVICE_PACKAGE_OVERLAYS += \
|
||||
$(LOCAL_PATH)/overlay-lineage
|
||||
$(LOCAL_PATH)/overlay-lineage \
|
||||
$(LOCAL_PATH)/overlay-evolution
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
OPlusFrameworksResTarget \
|
||||
|
||||
13
evolution.dependencies
Normal file
13
evolution.dependencies
Normal file
@@ -0,0 +1,13 @@
|
||||
[
|
||||
{
|
||||
"repository" : "device_oneplus_sm8250-common",
|
||||
"branch" : "vic",
|
||||
"target_path" : "device/oneplus/sm8250-common"
|
||||
},
|
||||
{
|
||||
"remote" : "github",
|
||||
"repository" : "TheMuppets/proprietary_vendor_oneplus_instantnoodle",
|
||||
"branch" : "lineage-22.2",
|
||||
"target_path" : "vendor/oneplus/instantnoodle"
|
||||
}
|
||||
]
|
||||
@@ -1,6 +0,0 @@
|
||||
[
|
||||
{
|
||||
"repository": "android_device_oneplus_sm8250-common",
|
||||
"target_path": "device/oneplus/sm8250-common"
|
||||
}
|
||||
]
|
||||
@@ -12,7 +12,7 @@ $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk)
|
||||
# Inherit from instantnoodle device
|
||||
$(call inherit-product, device/oneplus/instantnoodle/device.mk)
|
||||
|
||||
# Inherit some common Lineage stuff.
|
||||
# Inherit some common Evolution X stuff.
|
||||
$(call inherit-product, vendor/lineage/config/common_full_phone.mk)
|
||||
|
||||
PRODUCT_NAME := lineage_instantnoodle
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--
|
||||
Copyright (C) 2019-2024 The Evolution X Project
|
||||
SPDX-License-Identifier: Apache-2.0
|
||||
-->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
|
||||
<!-- Android version screen, build maintainer -->
|
||||
<string name="build_maintainer_summary" translatable="false">Manidweep</string>
|
||||
<string name="build_maintainer_donate_url" translatable="false">https://www.paypal.me/manidreddy1</string>
|
||||
</resources>
|
||||
Reference in New Issue
Block a user