mirror of
https://github.com/S3NEO/android_device_samsung_matissewifi.git
synced 2024-10-31 19:37:29 +00:00
7 lines
110 B
Bash
Executable file
7 lines
110 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
export VENDOR=samsung
|
|
export DEVICE=klte
|
|
./../../$VENDOR/klte-common/setup-makefiles.sh $@
|