mirror of
https://github.com/ponces/treble_aosp.git
synced 2024-11-25 04:26:24 +00:00
28 lines
740 B
Diff
28 lines
740 B
Diff
From d37dc312e1710545fd4b6c6cda4f5d7bcbbae5f5 Mon Sep 17 00:00:00 2001
|
|
From: Andy CrossGate Yan <GeForce8800Ultra@gmail.com>
|
|
Date: Thu, 14 Oct 2021 12:20:52 +0000
|
|
Subject: [PATCH 2/4] build: Remove llkd
|
|
|
|
...until someone figures out why Genshin Impact fails it
|
|
|
|
Change-Id: I29384a820a0c07b29d3f11d7039bed40eeaee926
|
|
---
|
|
target/product/base_system.mk | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/target/product/base_system.mk b/target/product/base_system.mk
|
|
index 5969cc884d..c780679f1a 100644
|
|
--- a/target/product/base_system.mk
|
|
+++ b/target/product/base_system.mk
|
|
@@ -211,7 +211,6 @@ PRODUCT_PACKAGES += \
|
|
libvulkan \
|
|
libwilhelm \
|
|
linker \
|
|
- llkd \
|
|
lmkd \
|
|
LocalTransport \
|
|
locksettings \
|
|
--
|
|
2.34.1
|
|
|