HomeSort by relevance Sort by last modified time
    Searched refs:INSTALLED (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /external/compiler-rt/test/builtins/timing/
time 22 INSTALLED=/usr/local/lib/system/libcompiler_rt.a
31 if [ -f "$INSTALLED" ]; then
32 test $ARCH $FILE installed $INSTALLED
  /cts/suite/audio_quality/
Android.mk 28 cts_audio_quality_host_bins := $(ALL_MODULES.cts_audio_quality_test.INSTALLED) $(ALL_MODULES.cts_audio_quality.INSTALLED)
  /build/make/core/tasks/
vendor_module_check.mk 99 $(if $(ALL_MODULES.$(m).INSTALLED),\
100 $(eval _vendor_module_owner_info += $(patsubst $(PRODUCT_OUT)/%,%,$(ALL_MODULES.$(m).INSTALLED)):$(ALL_MODULES.$(m).OWNER))))
109 $(if $(filter-out ,$(ALL_MODULES.$(m).INSTALLED)),\
110 $(if $(filter $(TARGET_OUT_VENDOR)/% $(TARGET_OUT_ODM)/% $(HOST_OUT)/%, $(ALL_MODULES.$(m).INSTALLED)),,\
112 in product "$(TARGET_PRODUCT)" being installed to \
113 $(ALL_MODULES.$(m).INSTALLED) which is not in the vendor tree or odm tree))))
module-info.mk 13 '"installed": [$(foreach w,$(sort $(ALL_MODULES.$(m).INSTALLED)),"$(w)", )], ' \
  /build/make/core/
dex_preopt_odex_install.mk 12 ifneq ($(filter $(TARGET_OUT)/%,$(my_module_path)),) # Installed to system.img.
23 endif # Installed to system.img.
49 # if installing into system, and odex are being installed into system_other, don't strip
130 # We use this installed_odex trick to get boot.art installed.
241 # Add the installed_odex to the list of installed files for this module.
242 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_odex)
243 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_vdex)
244 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_art)
257 DEXPREOPT.$(LOCAL_MODULE).INSTALLED := $(installed_odex)
269 ALL_MODULES.$(my_register_name).INSTALLED += $(my_installed_profile
    [all...]
executable_prefer_symlink.mk 5 # Note: now only limited to the binaries that will be installed under system/bin directory
41 # We need this so that the installed files could be picked up based on the
43 ALL_MODULES.$(LOCAL_MODULE).INSTALLED += $(my_symlink)
main.mk 6 # Use bash, not whatever shell somebody has installed as /bin/sh
330 # non-empty if that module should be installed in /system.
333 # be installed in /system.
340 # installed in /data even if that module also has "eng"/"debug"/"user".
379 # so that the modules will be installed in the same place they
392 echo 'INSTALL-PATH: $(1) $(ALL_MODULES.$(1).INSTALLED)'
402 $(foreach mod,$(UNIQUE_ALL_MODULES),$(if $(ALL_MODULES.$(mod).INSTALLED),\
449 # Fix up CUSTOM_MODULES to refer to installed files rather than
455 $(call module-installed-files,$(known_custom_modules)) \
536 $(eval r := $(call module-installed-files,$(r)))
    [all...]
base_rules.mk 116 # User tags are not allowed anymore. Fail early because it will not be installed
123 $(warning * used to cause the module to be installed automatically.)
125 $(warning * section of a product makefile to have it installed.)
357 # We name both BUILT and INSTALLED in case
557 ALL_MODULES.$(my_register_name).INSTALLED := \
558 $(strip $(ALL_MODULES.$(my_register_name).INSTALLED) \
package_internal.mk 696 # Register the additional built and installed files.
697 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_apk_splits)
prebuilt_internal.mk 49 # installed to the common directory of libraries. This is needed for the NDK
419 # LOCAL_PACKAGE_SPLITS is a list of apks to be installed.
442 # Register the additional built and installed files.
443 ALL_MODULES.$(my_register_name).INSTALLED += $(installed_apk_splits)
Makefile 502 # for future OTA packages installed by this system. Actual product
519 # for what's going to be installed.
    [all...]
definitions.mk 33 # $(ALL_MODULES.$(target)).INSTALLED
35 # target, and the INSTALLED variable contains the LOCAL_INSTALLED_MODULE.
36 # Some targets may have multiple files listed in the BUILT and INSTALLED
41 # set of installed targets.
80 # Target and host installed module's dependencies on shared libraries.
99 # All installed initrc files
633 ## into the list of files that are installed for those modules.
639 define module-installed-files
640 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED))
807 $(sort $(foreach tag,$(1),$(foreach m,$(ALL_MODULE_NAME_TAGS.$(tag)),$(ALL_MODULES.$(m).INSTALLED))))
    [all...]
  /system/ca-certificates/
Android.mk 53 ALL_MODULES.cacerts.INSTALLED := $(cacerts_target)
  /system/ca-certificates/google/
Android.mk 27 ALL_MODULES.cacerts_google.INSTALLED := $(cacerts_google_target)
  /external/roboto-fonts/
Android.mk 31 ALL_MODULES.$(1).INSTALLED := \
32 $(ALL_MODULES.$(1).INSTALLED) $(PRODUCT_OUT)/system/fonts/$(1)
  /frameworks/base/data/fonts/
Android.mk 31 ALL_MODULES.$(1).INSTALLED := \
32 $(ALL_MODULES.$(1).INSTALLED) $(PRODUCT_OUT)/system/fonts/$(1)
  /development/build/tools/
windows_sdk.mk 49 WIN_TARGETS := $(foreach t,$(WIN_TARGETS),$(ALL_MODULES.host_cross_$(t).INSTALLED))
  /prebuilts/devtools/tools/lib/
osgi-4.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/osgi/osgi/4.0.0/
osgi-4.0.0.jar 
  /prebuilts/tools/common/osgi/
osgi.jar 
  /external/v8/src/
bootstrapper.cc 243 UNVISITED, VISITED, INSTALLED
561 // This map is installed in MakeFunctionInstancePrototypeWritable.
707 // This map is installed in MakeFunctionInstancePrototypeWritable.
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar 

Completed in 1163 milliseconds

1 2 3 4