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

Commit 886c62ed authored by Austin Borger's avatar Austin Borger
Browse files

libcameraservice: Rename libcameraservice_host to libcameraservice_device_independent.

This name is more appropriate, as the library is not used solely by host
builds.

Bug: 207411352
Test: Built cameraservice_test_host and cameraservice_test.
Change-Id: I9751f7c6746388a335113b5c10d3669c29b5fbfe
parent 94422aa5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -158,7 +158,7 @@ cc_library_shared {
        "libprocessinfoservice_aidl",
        "libbinderthreadstateutils",
        "media_permission-aidl-cpp",
        "libcameraservice_host",
        "libcameraservice_device_independent",
    ],

    export_shared_lib_headers: [
@@ -190,7 +190,7 @@ cc_library_shared {
}

cc_library_static {
    name: "libcameraservice_host",
    name: "libcameraservice_device_independent",
    host_supported: true,

    // Camera service source
+1 −1
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@ cc_test_host {

    static_libs: [
        "libcamera_client_host",
        "libcameraservice_host",
        "libcameraservice_device_independent",
        "libgmock",
    ],