# qmmp/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] altpkg = yes defer = glibc64 exepack = no license = See "license*.txt" in installed tree licfile = LICENSE strip = yes setpaths = \ abseil brotli eudev gtest \ liblz4 pcre2 protobuf zstd #--------------------------------------------------------------------- [depends] abseil brotli cmake eudev gtest liblz4 pcre2 pkgconf protobuf zlib zstd #--------------------------------------------------------------------- [configure] rm -fr build && mkdir build && cd build cmake \ -DCMAKE_BUILD_TYPE=RELEASE \ -DCMAKE_INSTALL_PREFIX=$PKGDIR_PROD \ -DCMAKE_INSTALL_LIBDIR=lib \ -DCMAKE_FIND_PACKAGE_PREFER_CONFIG=ON \ \ -Dprotobuf_MODULE_COMPATIBLE=ON \ -DANDROID_TOOLS_LIBUSB_ENABLE_UDEV=ON \ -DANDROID_TOOLS_USE_BUNDLED_FMT=ON \ -DANDROID_TOOLS_USE_BUNDLED_LIBUSB=ON \ .. ln -nsf $PRODTREE/abseil/include/absl ../vendor/boringssl/include/ #--------------------------------------------------------------------- [build] BINDIR=$PKGDIR_PROD/bin mkdir -p $BINDIR cd build make -j adb make -j fastboot cd vendor mv adb fastboot $BINDIR/ #--------------------------------------------------------------------- [setup.boot] adb start-server #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian = tbd url_home = tbd url_lfs = tbd url_tarball = https://github.com/nmeum/android-tools/\ releases/download/35.0.2/android-tools-35.0.2.tar.xz #--------------------------------------------------------------------- [history] 241227 Added package 241227 Started with 35.0.2