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

Commit b6c0682e authored by Austin Borger's avatar Austin Borger
Browse files

cameraservice_test: Add ClientManagerTest to host-side build.

Bug: 207411352
Test: Ran test on gLinux.
Change-Id: Iddb2c423be9e8facdd1a34423b298c52ea614307
parent 56e45af7
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",
    ],