Skip to content

Commit

Permalink
Merge pull request #301 from TinfoilSubmarine/android
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nj5m1n authored Aug 18, 2023
2 parents e0ac322 + b6fe81f commit 2f8df87
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions programs/android-studio.json

This file was deleted.

10 changes: 10 additions & 0 deletions programs/android.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"files": [
{
"help": "Export the following environment variable:\n\n```bash\nexport ANDROID_HOME=\"$XDG_DATA_HOME\"/android\n```\n\nAdditionally, if you use adb, use the following alias:\n\n```bash\nalias adb='HOME=\"$XDG_DATA_HOME\"/android adb'\n```\n\n",
"movable": true,
"path": "$HOME/.android"
}
],
"name": "android"
}

0 comments on commit 2f8df87

Please sign in to comment.