mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
setup.sh: go back to source
This commit is contained in:
parent
e7bc0692b8
commit
e9fae61c3d
1 changed files with 1 additions and 2 deletions
|
|
@ -8,8 +8,7 @@ git clone https://github.com/lineageos/android_hardware_samsung_slsi_libbt hardw
|
||||||
git clone https://github.com/lineageos/android_hardware_samsung_slsi_scsc_wifibt_wifi_hal hardware/samsung_slsi/scsc_wifibt/wifi_hal
|
git clone https://github.com/lineageos/android_hardware_samsung_slsi_scsc_wifibt_wifi_hal hardware/samsung_slsi/scsc_wifibt/wifi_hal
|
||||||
git clone https://github.com/lineageos/android_hardware_samsung_slsi_scsc_wifibt_wpa_supplicant_lib hardware/samsung_slsi/scsc_wifibt/wpa_supplicant_lib
|
git clone https://github.com/lineageos/android_hardware_samsung_slsi_scsc_wifibt_wpa_supplicant_lib hardware/samsung_slsi/scsc_wifibt/wpa_supplicant_lib
|
||||||
if ! test -f vendor_detect; then
|
if ! test -f vendor_detect; then
|
||||||
#clang++ device/samsung/universal7885-common/vendor_detect/main.cpp -o vendor_detect -std=c++17
|
clang++ device/samsung/universal7885-common/vendor_detect/main.cpp -o vendor_detect -std=c++17
|
||||||
cp device/samsung/universal7885-common/vendor_detect/prebuilt vendor_detect
|
|
||||||
fi
|
fi
|
||||||
if ! test -f device/samsung/universal7885-common/vendor_name; then
|
if ! test -f device/samsung/universal7885-common/vendor_name; then
|
||||||
touch device/samsung/universal7885-common/vendor_name
|
touch device/samsung/universal7885-common/vendor_name
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue