r8s: Bringup Evolution-X
This commit is contained in:
@@ -36,8 +36,10 @@ TARGET_SCREEN_WIDTH := 1080
|
|||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.biometrics.fingerprint-service.samsung-r8s
|
android.hardware.biometrics.fingerprint-service.samsung-r8s
|
||||||
|
|
||||||
# Overlays
|
# Overlays
|
||||||
DEVICE_PACKAGE_OVERLAYS += $(LOCAL_PATH)/overlay
|
DEVICE_PACKAGE_OVERLAYS += \
|
||||||
|
$(LOCAL_PATH)/overlay \
|
||||||
|
$(LOCAL_PATH)/overlay-evolution
|
||||||
|
|
||||||
# Sensors
|
# Sensors
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|||||||
67
evolution.dependencies
Normal file
67
evolution.dependencies
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"repository": "device_samsung_slsi_sepolicy",
|
||||||
|
"target_path": "device/samsung_slsi/sepolicy"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "device_samsung_universal9830-common",
|
||||||
|
"target_path": "device/samsung/universal9830-common"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "kernel_samsung_universal9830",
|
||||||
|
"target_path": "kernel/samsung/universal9830"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "vendor_samsung_r8s",
|
||||||
|
"target_path": "vendor/samsung/r8s"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "vendor_samsung_universal9830-common",
|
||||||
|
"target_path": "vendor/samsung/universal9830-common"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "hardware_samsung",
|
||||||
|
"target_path": "hardware/samsung"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "hardware_samsung_slsi-linaro_exynos",
|
||||||
|
"target_path": "hardware/samsung_slsi-linaro/exynos"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "hardware_samsung_slsi-linaro_graphics",
|
||||||
|
"target_path": "hardware/samsung_slsi-linaro/graphics"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "hardware_samsung_slsi-linaro_openmax",
|
||||||
|
"target_path": "hardware/samsung_slsi-linaro/openmax"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "hardware_samsung_slsi-linaro_interfaces",
|
||||||
|
"target_path": "hardware/samsung_slsi-linaro/interfaces"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "hardware_samsung_slsi-linaro_exynos5",
|
||||||
|
"target_path": "hardware/samsung_slsi-linaro/exynos5"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "hardware_samsung_slsi-linaro_config",
|
||||||
|
"target_path": "hardware/samsung_slsi-linaro/config"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "hardware_samsung_slsi_libbt",
|
||||||
|
"target_path": "hardware/samsung_slsi/libbt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "hardware_samsung_slsi_scsc_wifibt_wifi_hal",
|
||||||
|
"target_path": "hardware/samsung_slsi/scsc_wifibt/wifi_hal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"repository": "hardware_samsung_slsi_scsc_wifibt_wpa_supplicant_lib",
|
||||||
|
"target_path": "hardware/samsung_slsi/scsc_wifibt/wpa_supplicant_lib"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
{
|
||||||
|
"repository": "packages_apps_ViPER4AndroidFX",
|
||||||
|
"target_path": "packages/apps/ViPER4AndroidFX"
|
||||||
|
}
|
||||||
|
]
|
||||||
@@ -43,3 +43,6 @@ PRODUCT_BUILD_PROP_OVERRIDES += \
|
|||||||
# Define PDA property for camera
|
# Define PDA property for camera
|
||||||
PRODUCT_SYSTEM_PROPERTIES += \
|
PRODUCT_SYSTEM_PROPERTIES += \
|
||||||
ro.build.PDA=G780FXXSDFWH8
|
ro.build.PDA=G780FXXSDFWH8
|
||||||
|
|
||||||
|
# Disable EPPE
|
||||||
|
TARGET_DISABLE_EPPE := true
|
||||||
|
|||||||
@@ -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">objectfigure</string>
|
||||||
|
<string name="build_maintainer_donate_url" translatable="false"></string>
|
||||||
|
</resources>
|
||||||
Reference in New Issue
Block a user