From 23345306d57c8fa5950933c6cefafbcaed31a935 Mon Sep 17 00:00:00 2001 From: jhenrique09 Date: Mon, 16 Sep 2019 19:02:36 +0000 Subject: shinano-common: Correctly define libinit variable Fixes: 15:55:35 error: system/core/init/Android.bp:95:1: "libinit" depends on undefined module "//device/sony/shinano-common/init/libinit_shinano" Change-Id: Ia1a58bea3df625fd76c060370dc7f9fa2a597765 --- BoardConfigCommon.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 85d5ea3..c93762c 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -61,7 +61,7 @@ TARGET_USES_MEDIA_EXTENSIONS := true BOARD_HAVE_BCM_FM := true # Init -TARGET_INIT_VENDOR_LIB := libinit_shinano +TARGET_INIT_VENDOR_LIB := //$(COMMON_PATH):libinit_shinano # Partition information BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2671771648 -- cgit v1.2.3