diff options
Diffstat (limited to '')
-rw-r--r-- | otafault/Android.bp | 2 |
1 files changed, 2 insertions, 0 deletions
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", |