Skip to content

Commit

Permalink
apis: support Android 13
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcatraz323 committed Sep 16, 2022
1 parent e584523 commit 1320137
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
Binary file added apis/33/arm64/system/bin/audiohq
Binary file not shown.
Binary file added apis/33/arm64/system/lib/libaudioheadquarter.so
Binary file not shown.
Binary file added apis/33/arm64/system/lib/libaudioprocessing.so
Binary file not shown.
Binary file not shown.
Binary file added apis/33/arm64/system/lib64/libaudioprocessing.so
Binary file not shown.
6 changes: 3 additions & 3 deletions customize.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SKIPUNZIP=1
API_SUPPORT_MAX=32
API_SUPPORT_MAX=33
API_SUPPORT_MIN=26

TO_INSTALL_ARCH="arm"
Expand Down Expand Up @@ -41,7 +41,7 @@ run_arch_check(){
abort "! Err : Your api isn't support this arch audiohq, contact developer for more information"
fi

if [[ $API == 28 || $API == 32 ]]; then
if [[ $API == 28 || $API == 32 || $API == 33 ]]; then
ui_print "! WARNING : This api may not fit arm64 arch, the software would not work probably, and your audiosystem may crash"
fi
else
Expand Down Expand Up @@ -188,4 +188,4 @@ ui_print "- Extracting apk"
unzip -o "$ZIPFILE" 'system/*' -d $MODPATH >&2

ui_print "- File extraction complete"
set_permissions
set_permissions
Binary file modified system/priv-app/AudioHeadQuarter/AudioHeadQuarter.apk
Binary file not shown.

0 comments on commit 1320137

Please sign in to comment.