Initial unified commit for Android 13, with TrebleDroid GSI target, syncing up to 20221111
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
From ce2e9e1cb6c262bbab959c33c5570981fc936d37 Mon Sep 17 00:00:00 2001
|
||||
From: Pierre-Hugues Husson <phh@phh.me>
|
||||
Date: Wed, 27 Oct 2021 14:40:26 -0400
|
||||
Subject: [PATCH] Disable vndklite handling
|
||||
|
||||
Change-Id: I4a132512471a68891f2efb59539267c35a3c3e56
|
||||
---
|
||||
modules/environment.cc | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/modules/environment.cc b/modules/environment.cc
|
||||
index 82801f3..e05341b 100644
|
||||
--- a/modules/environment.cc
|
||||
+++ b/modules/environment.cc
|
||||
@@ -29,7 +29,7 @@ bool IsLegacyDevice() {
|
||||
}
|
||||
|
||||
bool IsVndkLiteDevice() {
|
||||
- return Variables::GetValue("ro.vndk.lite").value_or("") == "true";
|
||||
+ return false;
|
||||
}
|
||||
|
||||
bool IsVndkInSystemNamespace() {
|
||||
--
|
||||
2.25.1
|
||||
|
||||
Reference in New Issue
Block a user