Skip to content

Commit

Permalink
apis: support Android 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcatraz323 committed Oct 18, 2023
1 parent 1320137 commit ed4a25b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
Binary file added apis/34/arm64/system/bin/audiohq
Binary file not shown.
Binary file added apis/34/arm64/system/lib/libaudioheadquarter.so
Binary file not shown.
Binary file added apis/34/arm64/system/lib/libaudioprocessing.so
Binary file not shown.
Binary file not shown.
Binary file added apis/34/arm64/system/lib64/libaudioprocessing.so
Binary file not shown.
4 changes: 2 additions & 2 deletions customize.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SKIPUNZIP=1
API_SUPPORT_MAX=33
API_SUPPORT_MAX=34
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 || $API == 33 ]]; then
if [[ $API == 28 || $API == 32 || $API == 33 || $API == 34 ]]; 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
Binary file modified system/priv-app/AudioHeadQuarter/AudioHeadQuarter.apk
Binary file not shown.

0 comments on commit ed4a25b

Please sign in to comment.