Update library to indicate support for the Android Accessory Host demo.

This commit is contained in:
Dean Camera 2011-11-23 06:59:27 +00:00
parent 08f448407b
commit d619214854
7 changed files with 73 additions and 4 deletions

View file

@ -14,6 +14,9 @@
# code.
all:
$(MAKE) -C AndroidAccessoryHost clean
$(MAKE) -C AndroidAccessoryHost all
$(MAKE) -C AudioInputHost clean
$(MAKE) -C AudioInputHost all