diff options
author | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-13 14:42:49 +0200 |
---|---|---|
committer | Romain Forlot <romain.forlot@iot.bzh> | 2018-08-16 18:08:21 +0200 |
commit | f0b24b0809e1677665760d4341a4169d519079bc (patch) | |
tree | 29991b534c09e4125ad37abc0aa4e5e64fe9f2ac /test-widget/test-config.xml.in | |
parent | e841a7787b2315f068f50d77b04196b7d7ccc17d (diff) |
Rollback about TEST build type
This implies to much side effects over a complete AGL image
build. So it's better to not affect the CMAKE_BUILD_TYPE variable
to determine wether or not the test WGT file is generated.
Change-Id: I77e8bdb085d164a4dd387ac48c425c011840473b
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'test-widget/test-config.xml.in')
-rw-r--r-- | test-widget/test-config.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-widget/test-config.xml.in b/test-widget/test-config.xml.in index 3252c4b..b39d88e 100644 --- a/test-widget/test-config.xml.in +++ b/test-widget/test-config.xml.in @@ -8,7 +8,7 @@ <license>APL2.0</license> <feature name="urn:AGL:widget:required-binding"> - <param name="aft" value="auto" /> + <param name="aft" value="extern" /> </feature> <feature name="urn:AGL:widget:required-api"> |