From e40c80d021d667c1400b7a5d1f6d623b8450a47c Mon Sep 17 00:00:00 2001 From: Tianjie Xu Date: Sat, 3 Feb 2018 17:20:56 -0800 Subject: Skip the cache size check on host When running the update simulation, we choose to skip the cache size check for now due to the lack of "/cache" on host. And in later cls we can implement a cache size estimator to make the check more constrained. Also build the host version of support libraries. Test: unit test pass Change-Id: I3ed93c857fd02f7b62f5baba9130f75c3236e717 --- otafault/Android.bp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'otafault/Android.bp') diff --git a/otafault/Android.bp b/otafault/Android.bp index 91a5d9a54..30d561015 100644 --- a/otafault/Android.bp +++ b/otafault/Android.bp @@ -15,6 +15,8 @@ cc_library_static { name: "libotafault", + host_supported: true, + srcs: [ "config.cpp", "ota_io.cpp", -- cgit v1.2.3