diff options
| author | Colin Cross <ccross@android.com> | 2020-04-07 02:05:11 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-04-07 02:05:11 +0000 |
| commit | d4f697ee5b98a0e2770c9d5be2a03aa5d8af8f08 (patch) | |
| tree | 3b38510b75adcf95d27565003fc44ef7e14b5db7 | |
| parent | 2dab0f2e9a5aab7c3c1cfc39844ae57189d8ac94 (diff) | |
| parent | 1b730a2bb59901c6bfd590421dd1d4f82f7a945e (diff) | |
| download | platform_tools_test_graphicsbenchmark-d4f697ee5b98a0e2770c9d5be2a03aa5d8af8f08.tar.gz platform_tools_test_graphicsbenchmark-d4f697ee5b98a0e2770c9d5be2a03aa5d8af8f08.tar.bz2 platform_tools_test_graphicsbenchmark-d4f697ee5b98a0e2770c9d5be2a03aa5d8af8f08.zip | |
Use libnativewindow for platform variant of libagq am: 1b730a2bb5
Change-Id: I5e3711cb8051680173d70fc82e2a02c0dc3b5617
| -rw-r--r-- | benchmark_libs/Android.bp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/benchmark_libs/Android.bp b/benchmark_libs/Android.bp index 6004436..c6fcfde 100644 --- a/benchmark_libs/Android.bp +++ b/benchmark_libs/Android.bp @@ -19,6 +19,10 @@ cc_library_shared { srcs: [ "agq.cpp" ], + export_include_dirs: ["."], - shared_libs: ["liblog"], + shared_libs: [ + "liblog", + "libnativewindow", + ], } |
