Searched refs:installs (Results 1 – 6 of 6) sorted by relevance
/build/soong/apex/ |
D | androidmk.go | 347 var installs []string 348 installs = append(installs, android.SortedStringKeys(installMapSet)...) 349 fmt.Fprintln(w, "LOCAL_LICENSE_INSTALL_MAP +=", strings.Join(installs, " "))
|
/build/soong/android/ |
D | rule_builder.go | 47 installs RuleBuilderInstalls member 80 func (installs RuleBuilderInstalls) String() string { 82 for i, install := range installs { 196 r.installs = append(r.installs, RuleBuilderInstall{from, to}) 399 return append(RuleBuilderInstalls(nil), r.installs...)
|
/build/make/core/ |
D | app_prebuilt_internal.mk | 264 $(error $(LOCAL_MODULE): LOCAL_COMPRESSED_MODULE is not currently supported for split installs)
|
D | package_internal.mk | 325 $(error $(LOCAL_MODULE): LOCAL_COMPRESSED_MODULE is not currently supported for split installs)
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | commands.proto | 98 // Metadata for instant installs.
|
/build/make/ |
D | envsetup.sh | 17 - mm: Builds and installs all of the modules in the current directory, and their 19 - mmm: Builds and installs all of the modules in the supplied directories, and their
|