mirror of
https://github.com/Divested-Mobile/DivestOS-Build.git
synced 2025-06-16 18:49:27 -04:00
Fixup
These scripts aren't expected to be run from a workspace Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
parent
7918347d1c
commit
6502a36cf1
2 changed files with 0 additions and 2 deletions
|
@ -16,7 +16,6 @@
|
||||||
#along with this program. If not, see <https://www.gnu.org/licenses/>.
|
#along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
umask 0022;
|
umask 0022;
|
||||||
set -uo pipefail;
|
set -uo pipefail;
|
||||||
source "$DOS_SCRIPTS_COMMON/Shell.sh";
|
|
||||||
|
|
||||||
#grep "verity\.mk" Build/*/device/*/*/*.mk -l
|
#grep "verity\.mk" Build/*/device/*/*/*.mk -l
|
||||||
VERITY_DEVICES=('Amber' 'angler' 'bullhead' 'cheeseburger' 'cheryl' 'dragon' 'dumpling' 'flounder' 'marlin' 'mata' 'oneplus3' 'sailfish' 'shamu' 'z2_plus');
|
VERITY_DEVICES=('Amber' 'angler' 'bullhead' 'cheeseburger' 'cheryl' 'dragon' 'dumpling' 'flounder' 'marlin' 'mata' 'oneplus3' 'sailfish' 'shamu' 'z2_plus');
|
||||||
|
|
|
@ -16,7 +16,6 @@
|
||||||
#along with this program. If not, see <https://www.gnu.org/licenses/>.
|
#along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
umask 0022;
|
umask 0022;
|
||||||
set -uo pipefail;
|
set -uo pipefail;
|
||||||
source "$DOS_SCRIPTS_COMMON/Shell.sh";
|
|
||||||
|
|
||||||
mkdir drawable-nodpi drawable-hdpi drawable-xhdpi drawable-xxhdpi drawable-xxxhdpi drawable-sw600dp-nodpi drawable-sw720dp-nodpi;
|
mkdir drawable-nodpi drawable-hdpi drawable-xhdpi drawable-xxhdpi drawable-xxxhdpi drawable-sw600dp-nodpi drawable-sw720dp-nodpi;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue