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
@ -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…
x
Reference in New Issue
Block a user