HomeSort by relevance Sort by last modified time
    Searched refs:prebuilt_path (Results 1 - 2 of 2) sorted by null

  /ndk/build/core/
prebuilt-library.mk 39 prebuilt_path := $(call local-prebuilt-path,$(LOCAL_SRC_FILES)) macro
40 prebuilt := $(strip $(wildcard $(prebuilt_path)))
44 $(call __ndk_info,Check that $(prebuilt_path) exists, or that its path is correct)
  /build/tools/releasetools/
common.py 335 prebuilt_path = os.path.join(unpack_dir, "BOOTABLE_IMAGES", prebuilt_name)
336 if os.path.exists(prebuilt_path):
338 return File.FromLocalFile(name, prebuilt_path)

Completed in 449 milliseconds