From bebfcc46a249a70af04bc18490a897888a142fb8 Mon Sep 17 00:00:00 2001 From: Adam Lesinski Date: Mon, 12 Feb 2018 14:27:46 -0800 Subject: Refactor AssetManager Bug: 64071469 Test: atest CtsContentTestCases Change-Id: Ia6856157e8813856268fba003e1e591d690cb26e --- libs/androidfw/Android.bp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/androidfw/Android.bp') diff --git a/libs/androidfw/Android.bp b/libs/androidfw/Android.bp index 251b2e773cfb..70d52164ff74 100644 --- a/libs/androidfw/Android.bp +++ b/libs/androidfw/Android.bp @@ -145,6 +145,7 @@ cc_test { "tests/TypeWrappers_test.cpp", "tests/ZipUtils_test.cpp", ], + static_libs: ["libgmock"], target: { android: { srcs: [ @@ -171,6 +172,7 @@ cc_benchmark { // Actual benchmarks. "tests/AssetManager2_bench.cpp", + "tests/AttributeResolution_bench.cpp", "tests/SparseEntry_bench.cpp", "tests/Theme_bench.cpp", ], -- cgit v1.2.3-59-g8ed1b