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

Commit 87880e82 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change the location of a configuration file"

parents 9bcdac70 b0e72927
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ cc_binary {

prebuilt_etc {
    name: "evs_default_configuration.xml",

    soc_specific: true,
    src: "resources/evs_default_configuration.xml",
    sub_dir: "automotive/evs",
}
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ EvsEnumerator::EvsEnumerator() {
    // Add sample camera data to our list of cameras
    // In a real driver, this would be expected to can the available hardware
    sConfigManager =
        ConfigManager::Create("/etc/automotive/evs/evs_sample_configuration.xml");
        ConfigManager::Create("/vendor/etc/automotive/evs/evs_default_configuration.xml");
    for (auto v : sConfigManager->getCameraList()) {
        sCameraList.emplace_back(v.c_str());
    }