diff options
author | Davide Garberi <dade.garberi@gmail.com> | 2017-12-02 18:32:12 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2017-12-02 18:52:44 +0100 |
commit | 60f68eae1ebc2701a7f3de5b3cefe244940708b5 (patch) | |
tree | 143eeb99ccfe897afc30619790300c7284f06d95 /BoardConfigCommon.mk | |
parent | 70b6e96f1791a7b14de0d6f5ea292b074ff021a9 (diff) |
msm8996-common: Re-enable the libinit
Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r-- | BoardConfigCommon.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 7cf56c2..2c99f15 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -144,8 +144,8 @@ TARGET_FS_CONFIG_GEN := $(VENDOR_PATH)/config.fs DEVICE_MANIFEST_FILE := $(VENDOR_PATH)/manifest.xml # Init -# TARGET_INIT_VENDOR_LIB := libinit_msm8996 -# TARGET_RECOVERY_DEVICE_MODULES := libinit_msm8996 +TARGET_INIT_VENDOR_LIB := libinit_msm8996 +TARGET_RECOVERY_DEVICE_MODULES := libinit_msm8996 TARGET_PLATFORM_DEVICE_BASE := /devices/soc/ # Lineage Hardware |