NordcomInc / devcontainer-features

Dev Container Features
https://nordcom.io/
MIT License
10 stars 5 forks source link

android-sdk: fix options #18

Closed hellodword closed 8 months ago

hellodword commented 9 months ago

add usbutils enable custom sdkmanager packages


https://containers.dev/implementors/features/#option-resolution

To ensure a option that is valid as an environment variable, the follow substitutions are performed: (str: string) => str .replace(/[^\w_]/g, '_') .replace(/^[\d_]+/g, '_') .toUpperCase();