18.1: add debx

Signed-off-by: Tad <tad@spotco.us>
This commit is contained in:
Tad 2023-07-22 19:20:39 -04:00
parent e408e7e19a
commit 05bb9b039b
No known key found for this signature in database
GPG key ID: B286E9F57A07424B
4 changed files with 10 additions and 3 deletions

View file

@ -53,7 +53,8 @@ buildAll() {
cd "$DOS_BUILD_BASE";
if [ "$DOS_MALWARE_SCAN_ENABLED" = true ]; then scanWorkspaceForMalware; fi;
#SDS4P
buildDevice flox && rm device/asus/flox/sensors/Android.bp;
buildDevice flox;
buildDevice debx && rm device/asus/flox/sensors/Android.bp;
buildDevice mako;
#SD400
buildDevice serrano3gxx;