Skip to content

Commit

Permalink
helpers: build sensorfw-qt5-binder for Android 9
Browse files Browse the repository at this point in the history
  • Loading branch information
sledges committed Jun 16, 2019
1 parent 3f9836c commit 070ae8c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions helpers/build_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,13 @@ if [ "$BUILDMW" == "1" ]; then
buildmw -u "https://github.com/mer-hybris/qt5-qpa-surfaceflinger-plugin" || die
buildmw -u "https://git.merproject.org/mer-core/qtscenegraph-adaptation.git" \
-s rpm/qtscenegraph-adaptation-droid.spec || die
buildmw -u "https://git.merproject.org/mer-core/sensorfw.git" \
-s rpm/sensorfw-qt5-hybris.spec || die
if [ $android_version_major -ge 9 ]; then
buildmw -u "https://git.merproject.org/mer-core/sensorfw.git" \
-s rpm/sensorfw-qt5-binder.spec || die
else
buildmw -u "https://git.merproject.org/mer-core/sensorfw.git" \
-s rpm/sensorfw-qt5-hybris.spec || die
fi
if [ $android_version_major -ge 8 ]; then
buildmw -u "https://github.com/mer-hybris/geoclue-providers-hybris" \
-s rpm/geoclue-providers-hybris-binder.spec || die
Expand Down

0 comments on commit 070ae8c

Please sign in to comment.