Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit aba53be2 authored by Eino-Ville Talvala's avatar Eino-Ville Talvala Committed by android-build-merger
Browse files

Merge "Remove libcameraservice and libcamera_client from base_system" into qt-r1-dev-plus-aosp

am: 90dfd174

Change-Id: Id5b86b5707bf5344c3eda8da4af0baac9a380fb9
parents 03224f6e 90dfd174
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -646,6 +646,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
# ************************************************
+0 −2
Original line number Diff line number Diff line
@@ -128,8 +128,6 @@ PRODUCT_PACKAGES += \
    libbinder_ndk \
    libc.bootstrap \
    libcamera2ndk \
    libcamera_client \
    libcameraservice \
    libcutils \
    libdl.bootstrap \
    libdrmframework \