camera: Use device path instead of vendor

This commit is contained in:
2026-03-09 16:23:42 +00:00
parent bd1e531865
commit 0ab7f5a7d6
3 changed files with 6 additions and 6 deletions

View File

@@ -29,7 +29,7 @@ $(call soong_config_set,camera,package_name,com.oplus.packageName)
$(call soong_config_set,camera,override_format_from_reserved,true)
# SEpolicy
include vendor/oplus/camera/sepolicy/SEPolicy.mk
include device/oplus/camera/sepolicy/SEPolicy.mk
# Inherit from camera-vendor.mk
$(call inherit-product, vendor/oplus/camera/camera-vendor.mk)