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

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

Avoid TREBLE_TESTING_OVERRIDE am: 29e1ae65 am: a4bf9034

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

Change-Id: I8be744ab2794ee3815cdf36af794e629f9180727
parents 71a51e00 a4bf9034
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");
}