Skip to content

Commit 751ebde

Browse files
author
pmp-p
committedJan 18, 2019
switch to panda release 1.10.x
1 parent c81aa09 commit 751ebde

File tree

401 files changed

+16574
-429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+16574
-429
lines changed
 

Diff for: ‎build.32.functions

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
#==================== put your favorites functions there ===============================
44

5-
65
function run_apk
76
{
87
APK_FILE=$1

Diff for: ‎frankenbuild.sh

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
export PREFER=/data/data/u.root.kit
88
export NDK_VER=16
99
export BITS=32
10+
export ANDROID_ABI=armeabi-v7a
1011
export ANDROID_API=19
1112

1213
NDK=android-ndk-r16b
@@ -182,7 +183,10 @@ cat <<END > "$SDK_ROOT/sdk.32.env"
182183
export ADB_NET=$ADB_NET
183184
export UROOT=$UROOT
184185
export UR=$UR
186+
187+
#device SOC
185188
export BITS=$BITS
189+
export ANDROID_ABI=$ANDROID_ABI
186190
187191
#sources
188192
export ORIGIN=$ORIGIN

0 commit comments

Comments
 (0)