Skip to content

Commit

Permalink
fix: fix error in apu runtime for mt6785
Browse files Browse the repository at this point in the history
N/A

Signed-off-by: Luxuhui <luxuhui@xiaomi.com>
  • Loading branch information
lu229 committed Mar 6, 2021
1 parent 694e4e8 commit e216ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/python/apu_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def get_apu_so_paths_by_props(android_ver, target_soc):
elif apu_version == 3:
so_path += "android_R/"
# For android R except mt689x&mt6877
if target_soc != "mt6875":
if target_soc != "mt6785":
so_path_array.append(so_path + "libapu-apuwareapusys.mtk.so")
so_path_array.append(so_path + "libapu-apuwareutils.mtk.so")
so_path_array.append(so_path + "libapu-apuwarexrp.mtk.so")
Expand Down

0 comments on commit e216ae7

Please sign in to comment.