Commits
yang.tian committed 7c036f1573c
MA-15812-3 [Android_10_8MM] Bluetooth keeps stopping on GSI image Change the position of definition for macro used in bluetooth hidl's Android.bp, or it will cause 8mm_ddr4 board build error. The failure logs are: FAILED: build/make/core/main.mk:57: error: unknown variable: SOONG_CONFIG_IMXPLUGIN_BOARD_HAVE_BLUETOOTH_QCOM The issue is soong macro BOARD_HAVE_BLUETOOTH_QCOM is defined out of the ifeq 8mm_ddr4 judgement, but the value is assigned inside the judgement, so bluetooth.go will scan this soong macro and find its value, but for 8mm_ddr4, it will fail to find the value, which caused the build error. Change-Id: Id92adcea4bd9eac09ad7b30762872d512ef8469e Signed-off-by: yang.tian <yang.tian@nxp.com> Reviewed-on: http://androidsource.ap.freescale.net/project/10596 Reviewed-by: Wang Haoran <elven.wang@nxp.com>