sdm660-common: Move IPA flag to sdm660 make file
to fix error: build/make/core/base_rules.mk:329: error: device/xiaomi/sdm660-common/data-ipa-cfg-mgr/hal: MODULE.TARGET.SHARED_LIBRARIES.liboffloadhal already defined by vendor/qcom/opensource/data-ipa-cfg-mgr/hal. Signed-off-by: etahamad <220190166@fa-hists.edu.eg>
This commit is contained in:
parent
f6b044c52e
commit
e923bda27e
2 changed files with 4 additions and 4 deletions
|
@ -149,10 +149,6 @@ TARGET_INIT_VENDOR_LIB := //$(COMMON_PATH):libinit_sdm660
|
||||||
TARGET_PLATFORM_DEVICE_BASE := /devices/soc/
|
TARGET_PLATFORM_DEVICE_BASE := /devices/soc/
|
||||||
TARGET_RECOVERY_DEVICE_MODULES := libinit_sdm660
|
TARGET_RECOVERY_DEVICE_MODULES := libinit_sdm660
|
||||||
|
|
||||||
# IPA
|
|
||||||
USE_DEVICE_SPECIFIC_DATA_IPA_CFG_MGR := true
|
|
||||||
USE_DEVICE_SPECIFIC_IPACFG_MGR := true
|
|
||||||
|
|
||||||
# Kernel
|
# Kernel
|
||||||
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc170000 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=1 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3
|
BOARD_KERNEL_CMDLINE := console=ttyMSM0,115200n8 androidboot.console=ttyMSM0 earlycon=msm_serial_dm,0xc170000 androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 lpm_levels.sleep_disabled=1 service_locator.enable=1 swiotlb=1 androidboot.configfs=true androidboot.usbcontroller=a800000.dwc3
|
||||||
BOARD_KERNEL_CMDLINE += loop.max_part=16
|
BOARD_KERNEL_CMDLINE += loop.max_part=16
|
||||||
|
|
|
@ -593,3 +593,7 @@ PRODUCT_BOOT_JARS += \
|
||||||
# DeviceSettings
|
# DeviceSettings
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
DeviceSettings
|
DeviceSettings
|
||||||
|
|
||||||
|
# IPA
|
||||||
|
USE_DEVICE_SPECIFIC_DATA_IPA_CFG_MGR := true
|
||||||
|
USE_DEVICE_SPECIFIC_IPACFG_MGR := true
|
||||||
|
|
Loading…
Reference in a new issue