summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2021-09-18 16:57:08 +0200
committerSven Gothel <[email protected]>2021-09-18 16:57:08 +0200
commit162e04122b733e9860ad8d9d6e8772de9e63cd01 (patch)
tree13edadf41331328fdc4ccb93fa649a2f94bc84b8 /scripts
parent7406c239f55b8e820be3a5cae88b7ecd53de76c7 (diff)
Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) to jaulib for general use.
Notable, the java classes EUI48, EUI48Sub and BasicTypes are included in direct_bt's jar file to avoid any inconvenience. Hence BTUtils's byte[s]HexString(..) simply uses jaulib's BasicTypes s' implementation.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/rebuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh
index 7155f58f..06538b16 100644
--- a/scripts/rebuild.sh
+++ b/scripts/rebuild.sh
@@ -26,7 +26,7 @@ buildit() {
echo CPU_COUNT $CPU_COUNT
cd $rootdir/build-$archabi
- make -j $CPU_COUNT install test
+ make -j $CPU_COUNT install
if [ $? -eq 0 ] ; then
echo "REBUILD SUCCESS $bname $archabi"
cp -a examples/* $rootdir/dist-$archabi/bin