Searched refs:droid (Results 1 – 13 of 13) sorted by relevance
42 function droid(appName){ function47 var droid = droidList[appName];62 var droid = droidList[x];63 var icon = droid.icon;64 var name = droid.name;69 var text = document.createTextNode(droid.name);75 img.setAttribute("src", toRoot + assetsRoot + "images/home/" + droid.icon);86 var layout = droid.layout;107 imgDiv.innerHTML = "<img src='" + toRoot + assetsRoot + "images/home/" + droid.img + "'>";108 …descDiv.innerHTML = (droid.title != "") ? "<h3>" + droid.title + "</h3>" + droid.desc : droid.desc;[all …]
855 #droid-name {
20 droid platform_tests \
56 NINJA_GOALS := droid
124 $(error The PRODUCT-* goal is no longer supported. Use `TARGET_PRODUCT=<product> m droid` instead)128 $(error The APP-* goal is no longer supported. Use `TARGET_BUILD_APPS="<app>" m droid` instead)
15 .PHONY: droid16 DEFAULT_GOAL := droid1499 droid: checkbuild
28 droid Default target
77 I_AM_ANOTHER_SHELL_VAR=2 m droid I_AM_A_MAKE_VAR=3
46 # minimal targets like "make droid". This takes simple target names
182 make droid tidy-system-libbase188 Note that with `make droid tidy-system-libbase`, some C/C++ files189 that are not needed by the `droid` target will be passed to clang-tidy
131 // targets such as droid as well as the regular build targets.
54 many targets at once. The default goal for Android's build system is `droid`.