camera: Add munch and vayu to write headers

Change-Id: I54635b7aa32fe2dd05ba4941cfa8c68a0c20f10d
This commit is contained in:
raghavt20
2023-05-06 11:29:54 +05:30
parent 7cb1d369e3
commit 0bf1fdf893
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
LOCAL_PATH := $(call my-dir)
ifneq ($(filter lisa,$(TARGET_DEVICE)),)
ifneq ($(filter lisa munch vayu,$(TARGET_DEVICE)),)
CAMERA_LIBRARIES := libcamera_algoup_jni.xiaomi.so libcamera_mianode_jni.xiaomi.so
+1 -1
View File
@@ -29,7 +29,7 @@ source "${HELPER}"
setup_vendor "${DEVICE}" "${VENDOR}" "${ANDROID_ROOT}" true
# Warning headers and guards
write_headers "lisa"
write_headers "lisa munch vayu"
sed -i 's|device/|vendor/|g' "$ANDROIDBP" "$ANDROIDMK" "$BOARDMK" "$PRODUCTMK"
cat << 'EOF' >> "$ANDROIDMK"