Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

Commit 16b6568

Browse files
shellyxxxiesysopenci
authored andcommitted
Remove the optimization function of compiling this apk
Tracked-On: OAM-88783 Signed-off-by: Xie, ShellyX shellyx.xie@intel.com
1 parent 4ba91ec commit 16b6568

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
From bbb1f8f30399c8b630df1fd2cbea92d597824083 Mon Sep 17 00:00:00 2001
2+
From: shellyxx <shellyx.xie@intel.com>
3+
Date: Tue, 10 Dec 2019 18:29:35 +0800
4+
Subject: [PATCH] Remove the optimization function of compiling this apk
5+
6+
Tracked-On: OAM-88783
7+
Signed-off-by: Xie, ShellyX shellyx.xie@intel.com
8+
Change-Id: Ic12c94a54675515482cddf6609c45639cdde8175
9+
---
10+
Android.mk | 1 +
11+
1 file changed, 1 insertion(+)
12+
13+
diff --git a/Android.mk b/Android.mk
14+
index 0fcd4a5..e6e3fa2 100755
15+
--- a/Android.mk
16+
+++ b/Android.mk
17+
@@ -23,6 +23,7 @@ LOCAL_JAVA_LIBRARIES := bouncycastle conscrypt
18+
LOCAL_PACKAGE_NAME := KeyChain
19+
LOCAL_PRIVATE_PLATFORM_APIS := true
20+
LOCAL_CERTIFICATE := platform
21+
+LOCAL_DEX_PREOPT := false
22+
23+
include $(BUILD_PACKAGE)
24+
25+
--
26+
2.17.1
27+

0 commit comments

Comments
 (0)