Skip to content

Commit

Permalink
apis: support Android 12.1(12L)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alcatraz323 committed Apr 3, 2022
1 parent dcbcfb3 commit e584523
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added apis/32/arm64/system/bin/audiohq
Binary file not shown.
Binary file added apis/32/arm64/system/lib/libaudioheadquarter.so
Binary file not shown.
Binary file added apis/32/arm64/system/lib/libaudioprocessing.so
Binary file not shown.
Binary file not shown.
Binary file added apis/32/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=31
API_SUPPORT_MAX=32
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 ]]; then
if [[ $API == 28 || $API == 32 ]]; 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 e584523

Please sign in to comment.