forked from openkylin/platform_build
Merge "Remove libcameraservice and libcamera_client from base_system" into qt-r1-dev
This commit is contained in:
commit
6f6d78bace
|
@ -639,6 +639,10 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libstagefright_soft*)
|
|||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/odm/build.prop)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/odm/build.prop)
|
||||
|
||||
# Remove libcameraservice and libcamera_client from base_system
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libcameraservice.so)
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib*/libcamera_client.so)
|
||||
|
||||
# ************************************************
|
||||
# NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
|
||||
# ************************************************
|
||||
|
|
|
@ -123,8 +123,6 @@ PRODUCT_PACKAGES += \
|
|||
libbinder_ndk \
|
||||
libc.bootstrap \
|
||||
libcamera2ndk \
|
||||
libcamera_client \
|
||||
libcameraservice \
|
||||
libc_malloc_debug \
|
||||
libc_malloc_hooks \
|
||||
libcutils \
|
||||
|
|
Loading…
Reference in New Issue