aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
authorjhenrique09 <jhenrique09.mcz@hotmail.com>2019-09-16 19:02:36 +0000
committerMichael Bestas <mkbestas@lineageos.org>2020-04-30 00:48:53 +0300
commit5f2c2319bec8936e811a31020ce802a5c7862f96 (patch)
tree2cc6a3ac4a6bed1a4a2db78d3658aa3b25ca70a2 /BoardConfigCommon.mk
parentc9f0ad287bbed818bdc2ad4111baca21a0f1136d (diff)
sdm660-common: Correct define libinit variable
Fixes: 15:55:35 error: system/core/init/Android.bp:95:1: "libinit" depends on undefined module "//device/xiaomi/sdm660-common/init/libinit_sdm660" Change-Id: Ia1a58bea3df625fd76c060370dc7f9fa2a597765
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index 0cff71a..7a6cec6 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -193,7 +193,7 @@ DEVICE_MANIFEST_FILE := $(COMMON_PATH)/manifest.xml
DEVICE_MATRIX_FILE := $(COMMON_PATH)/compatibility_matrix.xml
# Init
-TARGET_INIT_VENDOR_LIB := libinit_sdm660
+TARGET_INIT_VENDOR_LIB := //$(COMMON_PATH):libinit_sdm660
TARGET_RECOVERY_DEVICE_MODULES := libinit_sdm660
# Keystore