mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-30 03:02:20 +00:00
Enable preinstallation android packages
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import os
|
||||
|
||||
ROOT = '/root'
|
||||
ANDROID_PATH = os.getenv('ANDROID_HOME', '/root')
|
||||
WORKDIR = os.path.dirname(__file__)
|
||||
CONFIG_FILE = os.path.join(WORKDIR, 'nodeconfig.json')
|
||||
LOGGING_FILE = os.path.join(WORKDIR, 'logging.conf')
|
||||
|
||||
Reference in New Issue
Block a user