Merge "Disable pack_relocations for libagq as well"
diff --git a/benchmark_libs/Android.bp b/benchmark_libs/Android.bp
index 5607556..bab6280 100644
--- a/benchmark_libs/Android.bp
+++ b/benchmark_libs/Android.bp
@@ -21,4 +21,5 @@
     ],
     export_include_dirs: ["."],
     shared_libs: ["liblog"],
+    pack_relocations: false
 }