From 78f382c706de71fe12fd0fc9cab33badd14bb574 Mon Sep 17 00:00:00 2001 From: Yifan Hong Date: Thu, 18 Apr 2019 13:31:34 -0700 Subject: atcmdfwd: correct vintf This HAL is served from a system app and used by a vendor daemon. Test: ls /system/app/atfwd/atfwd.apk Test: ls /vendor/bin/ATFWD-daemon Test: lshal Bug: 130714844 Change-Id: I75227e4366c367ba5b27880e11e9eac368e77654 --- BoardConfig-common.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'BoardConfig-common.mk') diff --git a/BoardConfig-common.mk b/BoardConfig-common.mk index e219cbbc..58f1bad4 100644 --- a/BoardConfig-common.mk +++ b/BoardConfig-common.mk @@ -191,7 +191,8 @@ DEVICE_FRAMEWORK_MANIFEST_FILE := device/google/bonito/framework_manifest.xml # Userdebug only Vendor Interface Manifest ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) -DEVICE_MANIFEST_FILE += device/google/bonito/manifest_userdebug.xml +DEVICE_FRAMEWORK_MANIFEST_FILE += device/google/bonito/framework_manifest_userdebug.xml +DEVICE_MATRIX_FILE += device/google/bonito/compatibility_matrix_userdebug.xml endif ODM_MANIFEST_SKUS := \ -- cgit v1.2.3