Codebase list google-nexus-tools / cf46c87
Fixed typo in rules Devon Kearns 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1313
1414 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
1515
16 ifeq ($(findstring arm, $(DEB_HOST_ARCH))
16 ifeq (,$(findstring arm, $(DEB_HOST_ARCH))
1717 adbbinfile=bin/linux-arm-adb
1818 fastbootbinfile=bin/linux-arm-fastboot
1919 else