Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14adc6eb authored by Martijn Coenen's avatar Martijn Coenen
Browse files

Make camera/drm helper classes available to system.

As VTS tests are considered system and link against these.

Bug: 38302533
Bug: 62523241
Test: builds
Change-Id: Iac5c872c58ec9646d6d6974aacceb930daad7e5e
parent 7ab2da12
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
cc_library_static {
    name: "android.hardware.camera.common@1.0-helper",
    vendor: true,
    vendor_available: true,
    defaults: ["hidl_defaults"],
    srcs: [
        "CameraModule.cpp",
+1 −1
Original line number Diff line number Diff line
cc_library_static {
    name: "android.hardware.drm@1.0-helper",
    vendor: true,
    vendor_available: true,
    defaults: ["hidl_defaults"],
    srcs: [
        "SharedLibrary.cpp",