mirror of
https://github.com/QuasarApp/sdkmanager-android.git
synced 2025-04-26 21:14:31 +00:00
restore android-config
This commit is contained in:
parent
48ee384341
commit
790fb66ca8
@ -1,5 +1,5 @@
|
|||||||
name: androidsdk # you probably want to 'snapcraft register <name>'
|
name: androidsdk # you probably want to 'snapcraft register <name>'
|
||||||
version: '1.0' # just for humans, typically '1.2+git' or '1.3.2'
|
version: '1.0.1' # just for humans, typically '1.2+git' or '1.3.2'
|
||||||
summary: The package contains android sdkmanager. # 79 char long summary
|
summary: The package contains android sdkmanager. # 79 char long summary
|
||||||
description: |
|
description: |
|
||||||
This is snap version of console sdk manager for Android. For more information about sdkmanager see official google documentation git@github.com:EndrII/sdkmanager-android.git.
|
This is snap version of console sdk manager for Android. For more information about sdkmanager see official google documentation git@github.com:EndrII/sdkmanager-android.git.
|
||||||
@ -38,6 +38,14 @@ parts:
|
|||||||
plugin: dump
|
plugin: dump
|
||||||
source: scripts
|
source: scripts
|
||||||
|
|
||||||
|
plugs:
|
||||||
|
android-config:
|
||||||
|
interface: personal-files
|
||||||
|
read:
|
||||||
|
- $HOME/.android
|
||||||
|
write:
|
||||||
|
- $HOME/.android
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
androidsdk:
|
androidsdk:
|
||||||
command: start.sh
|
command: start.sh
|
||||||
@ -45,6 +53,7 @@ apps:
|
|||||||
- home
|
- home
|
||||||
- removable-media
|
- removable-media
|
||||||
- network
|
- network
|
||||||
|
- android-config
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
PATH: '$SNAP:$SNAP/usr/sbin:$SNAP/usr/bin:$SNAP/sbin:$SNAP/bin:$PATH'
|
PATH: '$SNAP:$SNAP/usr/sbin:$SNAP/usr/bin:$SNAP/sbin:$SNAP/bin:$PATH'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user