Advertisement
Guest User

Untitled

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