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

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

Merge "Run bpfmt on services/camera/libcameraservice/tests/Android.bp." into main

parents c6b3f8d7 ee133438
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -76,7 +76,7 @@ cc_test {

    defaults: [
        "libcameraservice_deps",
	"cameraservice_test_hostsupported"
        "cameraservice_test_hostsupported",
    ],

    // Only include libs that can't be run host-side here
@@ -118,13 +118,13 @@ cc_test_host {
    name: "cameraservice_test_host",

    defaults: [
        "cameraservice_test_hostsupported"
        "cameraservice_test_hostsupported",
    ],

    include_dirs: [
        "frameworks/av/camera/include",
        "frameworks/av/camera/include/camera",
        "frameworks/native/libs/binder/include_activitymanager"
        "frameworks/native/libs/binder/include_activitymanager",
    ],

    // Only include libs that can't be run device-side here