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

Commit 95ca885c authored by Austin Borger's avatar Austin Borger Committed by Android (Google) Code Review
Browse files

Merge "cameraservice_test: Add ClientManagerTest to host-side build."

parents 72e00255 b6c0682e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -82,9 +82,11 @@ cc_test_host {
    include_dirs: [
        "frameworks/av/camera/include",
        "frameworks/av/camera/include/camera",
        "frameworks/native/libs/binder/include_activitymanager"
    ],

    shared_libs: [
        "libactivity_manager_procstate_aidl-cpp",
        "libbase",
        "libbinder",
        "libcamera_metadata",
@@ -100,6 +102,7 @@ cc_test_host {
    ],

    srcs: [
        "ClientManagerTest.cpp",
        "ExifUtilsTest.cpp",
    ],