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

Commit a4bf9034 authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Avoid TREBLE_TESTING_OVERRIDE am: 29e1ae65

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/12122483

Change-Id: Ie92c4becc13b42abc7d9dc1b9c6dd340a84e5f65
parents 584e5d9b 29e1ae65
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -29,8 +29,8 @@
#include "SurfaceFlinger.h" // Get the name of the service...

#include <binder/IServiceManager.h>

#include <cutils/properties.h>
#include <hidl/ServiceManagement.h>

#include <iomanip>
#include <thread>
@@ -173,7 +173,7 @@ void FakeHwcEnvironment::SetUp() {
    property_set("debug.sf.hwc_service_name", "mock");

    // This allows tests/SF to register/load a HIDL service not listed in manifest files.
    setenv("TREBLE_TESTING_OVERRIDE", "true", true);
    android::hardware::details::setTrebleTestingOverride(true);
    property_set("debug.sf.treble_testing_override", "true");
}