Advertisement
Guest User

S3

a guest
Feb 15th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. PlatformSDK [fedora@localhost ~]$ cat .mersdk.profile
  2. PS1="PlatformSDK $PS1"
  3. [ -d /etc/bash_completion.d ] && for i in /etc/bash_completion.d/*;do . $i;done
  4.  
  5. PlatformSDK [fedora@localhost ~]$ cat .mersdkubu.profile
  6. function hadk() { source $HOME/.hadk.env; echo "Env setup for $DEVICE"; }
  7. export PS1="HABUILD_SDK [\${DEVICE}] $PS1"
  8. hadk
  9.  
  10. PlatformSDK [fedora@localhost ~]$ cat .hadk.env
  11. export PLATFORM_SDK_ROOT="/srv/mer"
  12. export ANDROID_ROOT="$HOME/hadk"
  13. export VENDOR="asus"
  14. export DEVICE="flo"
  15. export PORT_ARCH="armv7hl"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement