remote-android / redroid-doc

redroid (Remote-Android) is a multi-arch, GPU enabled, Android in Cloud solution. Track issues / docs here
3.87k stars 283 forks source link

camera hal not build #527

Open upcsyq opened 7 months ago

upcsyq commented 7 months ago

i add somethings in redroid.mk,

PRODUCT_PACKAGES += \ audio.r_submix.default \ android.hardware.audio.service \ android.hardware.audio@7.0-impl \ android.hardware.audio.effect@7.0-impl \ android.hardware.drm@1.4-service-lazy.clearkey \ android.hardware.gatekeeper@1.0-service.software \ android.hardware.graphics.allocator@2.0-service \ android.hardware.graphics.allocator@2.0-impl \ android.hardware.graphics.mapper@2.0-impl-2.1 \ android.hardware.graphics.composer@2.1-service \ android.hardware.graphics.composer@2.1-impl \ android.hardware.health@2.1-service \ android.hardware.health@2.1-impl \ android.hardware.keymaster@3.0-service \ android.hardware.keymaster@3.0-impl \ power.default \ android.hardware.power-service.example \ camera.device@1.0-impl \ android.hardware.camera.provider@2.4-service \ android.hardware.camera.provider@2.4-impl \

after build success and run redroid,see log by "dmesg -T", i not find " init: Parsing file /vendor/etc/init/android.hardware.camera.provider@2.4-service.rc" and not start camera service

upcsyq commented 7 months ago

i want to build camera hal by " mmm ",but "mmm" is not exist!