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
This commit is contained in:
Tianjie Xu
2018-02-12 15:19:37 -08:00
parent 5419ad31e7
commit e40c80d021
4 changed files with 12 additions and 3 deletions
+2
View File
@@ -30,6 +30,8 @@ cc_defaults {
cc_library_static {
name: "libapplypatch",
host_supported: true,
defaults: [
"applypatch_defaults",
],