diff options
-rwxr-xr-x | p31xx-common.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/p31xx-common.mk b/p31xx-common.mk index 9467b38..b0fa6bd 100755 --- a/p31xx-common.mk +++ b/p31xx-common.mk @@ -96,7 +96,8 @@ PRODUCT_PACKAGES += \ # Sensors PRODUCT_PACKAGES += \ sensors.piranha \ - geomagneticd + geomagneticd \ + orientationd # RIL PRODUCT_PACKAGES += \ |