Remove dependency with libbinder

As part of VNDK deprecation, vendor APEXes will no longer be able to
link with VNDK namespace over 'use_vndk_as_stable' flag. To achieve
this, vendor APEXes should only use stable interface or include all
libraries within the APEX. Since libbinder is not available to locate
within the APEX, it should be removed from the dependency. This change
removes dependency with libbinder from camera provider service.

Bug: 290318998
Test: aosp_cf_x86_64_phone boot succeeded
Change-Id: Ia5e1b976cf4504a81376a1587d0689b806c0551c
Merged-In: Ia5e1b976cf4504a81376a1587d0689b806c0551c
2 files changed