Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mixinup changes for revert camera changes #1320

Open
wants to merge 1 commit into
base: celadon/r/mr0/stable
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
From 5ac2671a6c45f01d12c671592c24c5dcdf699220 Mon Sep 17 00:00:00 2001
From: gkdeepa <[email protected]>
Date: Fri, 17 Dec 2021 09:10:55 +0530
Subject: [PATCH] mixinup for caas camera revert patches

Tracked-On:
---
caas/device.mk | 23 ++++++++---------------
caas/manifest.xml | 1 -
2 files changed, 8 insertions(+), 16 deletions(-)

diff --git a/caas/device.mk b/caas/device.mk
index 431b5eb..52c92d6 100644
--- a/caas/device.mk
+++ b/caas/device.mk
@@ -507,23 +507,10 @@ PRODUCT_COPY_FILES += \

# External camera service
PRODUCT_PACKAGES += [email protected] \
- [email protected]_64 \
[email protected]
-#VHAL camera
-PRODUCT_PACKAGES += camera.$(TARGET_BOARD_PLATFORM) \
- camera.$(TARGET_BOARD_PLATFORM).jpeg
-
-PRODUCT_PROPERTY_OVERRIDES += ro.vendor.remote.sf.fake_camera ="both" \
- ro.vendor.camera.in_frame_format.h264=false \
- ro.vendor.camera.in_frame_format.i420=true \
- ro.vendor.camera.decode.vaapi=false \
- ro.vendor.remote.sf.back_camera_hal= \
- ro.vendor.remote.sf.front_camera_hal= \
- ro.vendor.camera.transference="VSOCK" \
- vendor.camera.external="VHAL"
-#removing not required apps
+
# Only include test apps in eng or userdebug builds.
-#PRODUCT_PACKAGES_DEBUG += TestingCamera
+PRODUCT_PACKAGES_DEBUG += TestingCamera

PRODUCT_PACKAGES += MultiCameraApp
##############################################################
@@ -581,6 +568,7 @@ FLAG_GMS_AVAILABLE ?= true
ifeq ($(FLAG_GMS_AVAILABLE),true)
$(call inherit-product-if-exists, vendor/google/gms/products/gms.mk)
$(call inherit-product, vendor/partner_modules/build/mainline_modules.mk)
+MAINLINE_PATCH_LEVEL_1 := true
endif
##############################################################
# Source: device/intel/mixins/groups/debug-tools/true/product.mk
@@ -810,4 +798,9 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.sys.dump.peer_depth=3
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.sys.dump.stacks_timeout=1500

endif
+##############################################################
+# Source: device/intel/mixins/groups/ipp/default/product.mk
+##############################################################
+PRODUCT_PACKAGES += libippcustom \
+ libippcustom_vendor
# ------------------ END MIX-IN DEFINITIONS ------------------
diff --git a/caas/manifest.xml b/caas/manifest.xml
index 86d15e5..af2f468 100644
--- a/caas/manifest.xml
+++ b/caas/manifest.xml
@@ -117,7 +117,6 @@
<interface>
<name>ICameraProvider</name>
<instance>external/0</instance>
- <instance>legacy/0</instance>
</interface>
</hal>
<hal format="hidl">
--
2.17.1

Loading