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

  /build/make/core/
notice_files.mk 4 $(call record-module-type,NOTICE_FILE)
7 notice_file:=$(strip $(LOCAL_NOTICE_FILE)) macro
9 notice_file:=$(strip $(wildcard $(LOCAL_PATH)/NOTICE)) macro
14 notice_file := macro
22 notice_file := macro
36 ifdef notice_file
79 $(installed_notice_file): $(notice_file)
  /frameworks/rs/
build_rs.py 304 with open(os.path.join(project_path, 'NOTICE')) as notice_file:
305 notices.append(notice_file.read())
306 with open(os.path.join(install_dir, 'NOTICE'), 'w') as notice_file:
307 notice_file.write('\n'.join(notices))
  /external/clang/
build.py 573 with open(os.path.join(project_path, 'NOTICE')) as notice_file:
574 notices.append(notice_file.read())
575 with open(os.path.join(install_dir, 'NOTICE'), 'w') as notice_file:
576 notice_file.write('\n'.join(notices))

Completed in 66 milliseconds