summarylogtreecommitdiffstats
path: root/android-ndk.install
blob: 9d5e400344f05fc203914a754ccc25eeaeb90437 (plain)
1
2
3
4
5
6
post_install() {
  echo 'Source /etc/profile.d/android-ndk.sh or login again to add the'
  echo 'Android NDK tools to your path.'
}

# vim:set ts=2 sw=2 et: