Home
last modified time | relevance | path

Searched defs:ANDROID_BUILD_TOP (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/system/gd/cert/
Dbluetooth_packets_python3_setup.py31 ANDROID_BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable
/packages/modules/Bluetooth/android/pandora/test/
Drunner.py26 ANDROID_BUILD_TOP = os.getenv("ANDROID_BUILD_TOP") variable
/packages/modules/Gki/
Ddownload_boot_prebuilt.py41 ANDROID_BUILD_TOP = os.environ["ANDROID_BUILD_TOP"] variable
/packages/services/Car/tools/GenericCarApiBuilder/src/com/android/car/tool/apibuilder/
DGenerateAPI.java46 private static final String ANDROID_BUILD_TOP = "ANDROID_BUILD_TOP"; field in GenerateAPI