Guest User

Profile $HOME

a guest
Jan 17th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #.hadk.env
  2. export MER_ROOT="/path/to/mer"
  3. export ANDROID_ROOT="$MER_ROOT/path/to/mer/android/droid"
  4. export VENDOR="wingtech"
  5. export DEVICE="wt88047"
  6. export PORT_ARCH="armv7hl"
  7. #.mersdk.profile
  8. function hadk() { source $HOME/.hadk.env; echo "Env setup for $DEVICE"; }
  9. hadk
  10. PS1="MerSDK $PS1"
  11. #.mersdkubu.profile
  12. function hadk() { source $HOME/.hadk.env; echo "Env setup for $DEVICE"; }
  13. export PS1="HABUILD_SDK [\${DEVICE}] $PS1"
  14. hadk
Add Comment
Please, Sign In to add comment