blob: f95648b2b70d00dd7d3f8c4d50f0dc972c6e3729 [file] [log] [blame]
#!/bin/bash
# Generates asm_support_gen.h
# - This must be run after a build since it uses cpp-define-generator-data
[[ -z ${ANDROID_BUILD_TOP+x} ]] && (echo "Run source build/envsetup.sh first" >&2 && exit 1)
cpp-define-generator-datad > ${ANDROID_BUILD_TOP}/art/runtime/generated/asm_support_gen.h