sdm710-common: Build libtinyxml.so
F linker : CANNOT LINK EXECUTABLE /vendor/bin/mm-pp-dpps: library libtinyxml.so not found
This commit is contained in:
parent
80eccb3178
commit
a0708391da
1 changed files with 4 additions and 0 deletions
|
@ -426,6 +426,10 @@ PRODUCT_PACKAGES += \
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
$(LOCAL_PATH)/configs/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf
|
$(LOCAL_PATH)/configs/thermal-engine.conf:$(TARGET_COPY_OUT_VENDOR)/etc/thermal-engine.conf
|
||||||
|
|
||||||
|
# TinyXML
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
libtinyxml
|
||||||
|
|
||||||
# Tracing
|
# Tracing
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.atrace@1.0-service.pixel
|
android.hardware.atrace@1.0-service.pixel
|
||||||
|
|
Loading…
Reference in a new issue