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

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

Run bpfmt on services/camera/libcameraservice/tests/Android.bp.

This will remove warnings in Gerrit.

Bug: 347360709
Test: Built locally.
Flag: EXEMPT no functional change
Change-Id: If324239a455242b3bb5450c9180072ccab5078d7
parent da6a7fa3
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