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

  /build/core/
notice_files.mk 6 notice_file:=$(strip $(LOCAL_NOTICE_FILE)) macro
8 notice_file:=$(strip $(wildcard $(LOCAL_PATH)/NOTICE)) macro
13 notice_file := macro
27 ifdef notice_file
70 $(installed_notice_file): $(notice_file)
  /external/clang/
build.py 393 with open(os.path.join(project_path, 'NOTICE')) as notice_file:
394 notices.append(notice_file.read())
395 with open(os.path.join(install_dir, 'NOTICE'), 'w') as notice_file:
396 notice_file.write('\n'.join(notices))

Completed in 79 milliseconds