Home
last modified time | relevance | path

Searched refs:python (Results 1 – 19 of 19) sorted by relevance

/build/soong/
DAndroid.bp314 name: "soong-python",
315 pkgPath: "android/soong/python",
322 "python/androidmk.go",
323 "python/binary.go",
324 "python/builder.go",
325 "python/defaults.go",
326 "python/installer.go",
327 "python/library.go",
328 "python/proto.go",
329 "python/python.go",
[all …]
/build/soong/python/
Dlibrary.go15 package python package
Ddefaults.go15 package python package
Dbuilder.go15 package python package
58 `sed 's/ENTRY_POINT/$main/' build/soong/python/scripts/main.py >$out.main &&` +
Dinstaller.go15 package python package
Dproto.go15 package python package
Dtest.go15 package python package
Dandroidmk.go15 package python package
Dbinary.go15 package python package
Dpython_test.go15 package python package
Dpython.go15 package python package
/build/make/tools/docker/
DDockerfile6 …-dev libx11-dev lib32z-dev ccache libgl1-mesa-dev libxml2-utils xsltproc unzip python openjdk-7-jdk
/build/make/
DChanges.md421 The best solution here is to start switching to Soong's python building support,
422 which packages the python interpreter, libraries, and script all into one file
427 * [frameworks/base/data/fonts/Android.mk] to execute the python binary
433 $(TARGET): myscript.py $(sort $(shell find my/python/lib -name '*.py'))
434 PYTHONPATH=my/python/lib:$$PYTHONPATH myscript.py -o $@
Denvsetup.sh284 export ANDROID_PYTHONPATH=$T/development/python-packages:
1537python -c "import json; print '\n'.join(sorted(json.load(open('$ANDROID_PRODUCT_OUT/module-info.js…
1558 local relpath=$(python -c "import json, os
/build/make/tools/releasetools/
Dpylintrc20 # List of plugins (as comma separated values of python modules names) to load,
94 # Template used to display messages. This is a python new-style format string
235 # install python-enchant package.
/build/soong/cc/
Dpylintrc20 # List of plugins (as comma separated values of python modules names) to load,
70 # Template used to display messages. This is a python new-style format string
/build/
Denvsetup.sh284 export ANDROID_PYTHONPATH=$T/development/python-packages:
1537python -c "import json; print '\n'.join(sorted(json.load(open('$ANDROID_PRODUCT_OUT/module-info.js…
1558 local relpath=$(python -c "import json, os
/build/make/tools/fs_config/
DREADME114 $ python -m unittest test_fs_config_generator.Tests
/build/soong/apex/
Dapex.go625 func getCopyManifestForPyBinary(py *python.Module) (fileToCopy android.Path, dirInApex string) {
702 } else if py, ok := child.(*python.Module); ok && py.HostToolPath().Valid() {