• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# BoardConfigModuleCommon.mk
2#
3# Common compile-time settings for module builds.
4
5# Required for all module devices.
6TARGET_USES_64_BIT_BINDER := true
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.
10BOARD_VNDK_VERSION := current
11