Igor Murashkin | 311fdf5 | 2016-07-22 15:59:16 -0700 | [diff] [blame] | 1 | #!/bin/bash |
2 | |||||
3 | # Generates asm_support_gen.h | ||||
4 | # - This must be run after a build since it uses cpp-define-generator-data | ||||
5 | |||||
6 | [[ -z ${ANDROID_BUILD_TOP+x} ]] && (echo "Run source build/envsetup.sh first" >&2 && exit 1) | ||||
7 | |||||
Igor Murashkin | 22c5bef | 2016-11-01 10:02:15 -0700 | [diff] [blame] | 8 | cpp-define-generator-data > ${ANDROID_BUILD_TOP}/art/runtime/generated/asm_support_gen.h |