| Geremy Condra | 649fd55 | 2013-10-21 20:34:13 +0000 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | |
| Sami Tolvanen | ac342b9 | 2014-11-20 13:22:58 +0000 | [diff] [blame] | 3 | include $(CLEAR_VARS) |
| Geremy Condra | 649fd55 | 2013-10-21 20:34:13 +0000 | [diff] [blame] | 4 | LOCAL_SRC_FILES := verity_signer |
| 5 | LOCAL_MODULE := verity_signer |
| 6 | LOCAL_MODULE_CLASS := EXECUTABLES |
| 7 | LOCAL_IS_HOST_MODULE := true |
| 8 | LOCAL_MODULE_TAGS := optional |
| Colin Cross | f9fd34f | 2014-04-28 16:28:25 -0700 | [diff] [blame] | 9 | LOCAL_REQUIRED_MODULES := VeritySigner |
| Geremy Condra | 649fd55 | 2013-10-21 20:34:13 +0000 | [diff] [blame] | 10 | include $(BUILD_PREBUILT) |
| 11 | |
| 12 | include $(CLEAR_VARS) |
| Geremy Condra | cee5bfd | 2014-06-11 13:38:45 -0700 | [diff] [blame] | 13 | LOCAL_SRC_FILES := boot_signer |
| 14 | LOCAL_MODULE := boot_signer |
| Geremy Condra | 649fd55 | 2013-10-21 20:34:13 +0000 | [diff] [blame] | 15 | LOCAL_MODULE_CLASS := EXECUTABLES |
| 16 | LOCAL_IS_HOST_MODULE := true |
| 17 | LOCAL_MODULE_TAGS := optional |
| Geremy Condra | f6a6ddb | 2014-07-10 13:21:45 -0700 | [diff] [blame] | 18 | LOCAL_REQUIRED_MODULES := BootSignature |
| Geremy Condra | cee5bfd | 2014-06-11 13:38:45 -0700 | [diff] [blame] | 19 | include $(BUILD_PREBUILT) |
| 20 | |
| 21 | include $(CLEAR_VARS) |
| Geremy Condra | 649fd55 | 2013-10-21 20:34:13 +0000 | [diff] [blame] | 22 | LOCAL_MODULE := build_verity_metadata.py |
| 23 | LOCAL_MODULE_CLASS := EXECUTABLES |
| 24 | LOCAL_SRC_FILES := build_verity_metadata.py |
| 25 | LOCAL_IS_HOST_MODULE := true |
| 26 | LOCAL_MODULE_TAGS := optional |
| 27 | include $(BUILD_PREBUILT) |