Merge "Remove libcameraservice and libcamera_client from base_system"
This commit is contained in:
commit
7bfb700a7d
2 changed files with 4 additions and 2 deletions
|
@ -648,6 +648,10 @@ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/vendor/odm/build.prop)
|
|||
|
||||
$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/apex)
|
||||
|
||||
# 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
|
||||
# ************************************************
|
||||
|
|
|
@ -128,8 +128,6 @@ PRODUCT_PACKAGES += \
|
|||
libbinder_ndk \
|
||||
libc.bootstrap \
|
||||
libcamera2ndk \
|
||||
libcamera_client \
|
||||
libcameraservice \
|
||||
libcutils \
|
||||
libdl.bootstrap \
|
||||
libdrmframework \
|
||||
|
|
Loading…
Reference in a new issue