mirror of
https://github.com/Evolution-X-Devices/device_oplus_mt6893-common
synced 2026-02-01 04:18:51 +00:00
ossi: Setting up RoomService & vendorsetup
This commit is contained in:
44
lineage.dependencies
Normal file
44
lineage.dependencies
Normal file
@@ -0,0 +1,44 @@
|
||||
[
|
||||
{
|
||||
"repository": "oplus-ossi-development/android_kernel_oplus_mt6893",
|
||||
"target_path": "kernel/oplus/mt6893",
|
||||
"revision": "lineage-21",
|
||||
"remote": "github"
|
||||
},
|
||||
{
|
||||
"repository": "oplus-ossi-development/proprietary_vendor_oplus_mt6893-common",
|
||||
"target_path": "vendor/oplus/mt6893-common",
|
||||
"revision": "lineage-21",
|
||||
"remote": "github"
|
||||
},
|
||||
{
|
||||
"repository": "oplus-ossi-development/android_hardware_mediatek",
|
||||
"target_path": "hardware/mediatek",
|
||||
"revision": "lineage-21",
|
||||
"remote": "github"
|
||||
},
|
||||
{
|
||||
"repository": "oplus-ossi-development/android_hardware_mediatek_wlan",
|
||||
"target_path": "hardware/mediatek/wlan",
|
||||
"revision": "lineage-21",
|
||||
"remote": "github"
|
||||
},
|
||||
{
|
||||
"repository": "oplus-ossi-development/android_hardware_oplus",
|
||||
"target_path": "hardware/oplus",
|
||||
"revision": "lineage-21",
|
||||
"remote": "github"
|
||||
},
|
||||
{
|
||||
"repository": "LineageOS/android_hardware_lineage_compat",
|
||||
"target_path": "hardware/lineage/compat",
|
||||
"revision": "lineage-21",
|
||||
"remote": "github"
|
||||
},
|
||||
{
|
||||
"repository": "oplus-ossi-development/android_device_mediatek_sepolicy_vndr",
|
||||
"target_path": "device/mediatek/sepolicy_vndr",
|
||||
"revision": "lineage-21",
|
||||
"remote": "github"
|
||||
}
|
||||
]
|
||||
13
vendorsetup.sh
Executable file
13
vendorsetup.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Oplus camera
|
||||
CAM=device/oplus/camera/camera.mk
|
||||
if ! [ -a $CAM ]; then
|
||||
git clone https://gitlab.com/nattolecats/android_device_oplus_camera device/oplus/camera
|
||||
fi
|
||||
|
||||
# Clang
|
||||
CLANG17=prebuilts/clang/host/linux-x86/clang-r487747/bin/clang
|
||||
if ! [ -a $CLANG17 ]; then
|
||||
git clone https://gitlab.com/nattolecats/android_prebuilts_clang_host_linux-x86_clang-r487747 prebuilts/clang/host/linux-x86/clang-r487747 --depth 1
|
||||
fi
|
||||
Reference in New Issue
Block a user