Anton Hansson | 0bafe32 | 2021-01-13 09:32:48 +0000 | [diff] [blame] | 1 | # BoardConfigModuleCommon.mk |
2 | # | ||||
3 | # Common compile-time settings for module builds. | ||||
4 | |||||
5 | # Required for all module devices. | ||||
6 | TARGET_USES_64_BIT_BINDER := true | ||||
Anton Hansson | d7995cc | 2021-04-19 10:18:43 +0100 | [diff] [blame] | 7 | |
8 | # Necessary to make modules able to use the VNDK via 'use_vendor: true' | ||||
9 | # TODO(b/185769808): look into whether this is still used. | ||||
10 | BOARD_VNDK_VERSION := current |