diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-10 08:56:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-07-10 08:56:44 +0200 |
commit | f2cb874d6de86dfffe13fe6f051b1ea84d8e628a (patch) | |
tree | 46d2dea097bd2ea77994df9006b26956bd2889f9 /solenv/bin | |
parent | c5b985bc9bd8d56fb012260cb1685a617261e7fc (diff) |
fix android build
after commit c6aa0d055ec6a102c269a4e1cd0fa98fd7c99d66
Date: Thu Jul 9 14:07:25 2020 +0200
eventattacher: create instances with uno constructors
Change-Id: Iae1bab85e7d2f32931cec27daa2fc30b6c4a0994
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index d67cf7209766..06dd076a8eff 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -21,7 +21,6 @@ import xml.etree.ElementTree as ET core_factory_list = [ ("libembobj.a", "embobj_component_getFactory"), - ("libevtattlo.a", "evtatt_component_getFactory"), ("libfilterconfiglo.a", "filterconfig1_component_getFactory"), ("libfsstoragelo.a", "fsstorage_component_getFactory"), ("libhyphenlo.a", "hyphen_component_getFactory"), |