Skip to content

Instantly share code, notes, and snippets.

View baz8080's full-sized avatar

Barry Carroll baz8080

  • Pinterest
  • Dublin
View GitHub Profile
@schlan
schlan / adb-all
Last active December 5, 2016 15:44
Send adb commands to all connected devices
#!/bin/bash
if [ "$#" -lt 1 ]
then
echo "No arguments given"
exit
fi
ADB="adb"
ARGS="$@"
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
src/dec/alpha.c \
src/dec/buffer.c \
src/dec/frame.c \
src/dec/idec.c \
src/dec/io.c \
src/dec/layer.c \