akhilkalwakurthy

Untitled

Feb 7th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.15 KB | None | 0 0
  1. if [ ! -f ./out/target/product/${DEVICE}/system/lib/libdroidmedia.so ]; then
  2.      echo "Please build droidmedia as per HADK instructions"
  3.      exit 1
  4.  fi
Add Comment
Please, Sign In to add comment