diff options
author | S. Davilla <davilla@4pi.com> | 2013-12-31 21:26:03 -0500 |
---|---|---|
committer | S. Davilla <davilla@4pi.com> | 2013-12-31 21:26:03 -0500 |
commit | 8eb49b31f5a68afb78fc7bd3d88b90a63f24fd80 (patch) | |
tree | 0730589bb9e960d3f2239700063a0130dcdc9e0e | |
parent | cb4e168e6af36d429f2d3ea29de46e2f02e2b37c (diff) |
droid: fix buildGotham_alpha11
-rw-r--r-- | xbmc/utils/AMLUtils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xbmc/utils/AMLUtils.cpp b/xbmc/utils/AMLUtils.cpp index 67872a7cf0..6df8dd27c0 100644 --- a/xbmc/utils/AMLUtils.cpp +++ b/xbmc/utils/AMLUtils.cpp @@ -117,7 +117,7 @@ bool aml_wired_present() void aml_permissions() { if (!aml_present()) - return false; + return; // most all aml devices are already rooted. int ret = system("ls /system/xbin/su"); |