diff options
author | jhenrique09 <jhenrique09.mcz@hotmail.com> | 2019-09-16 19:02:36 +0000 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2020-02-07 20:09:45 +0100 |
commit | 23345306d57c8fa5950933c6cefafbcaed31a935 (patch) | |
tree | 5bdf4a8c61e89faa85c64117d0a7060444fdc440 | |
parent | e69f75eb4a9a4b7d078dd51b8b06852e1c18ac2d (diff) |
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
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |