Merge "Remove libcameraservice and libcamera_client from base_system"

This commit is contained in:
Eino-Ville Talvala 2019-07-29 21:12:47 +00:00 committed by Android (Google) Code Review
commit 7bfb700a7d
2 changed files with 4 additions and 2 deletions

View file

@ -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
# ************************************************

View file

@ -128,8 +128,6 @@ PRODUCT_PACKAGES += \
libbinder_ndk \
libc.bootstrap \
libcamera2ndk \
libcamera_client \
libcameraservice \
libcutils \
libdl.bootstrap \
libdrmframework \