diff options
-rw-r--r-- | target/product/emulator.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/product/emulator.mk b/target/product/emulator.mk index 295dfac..3a8a4aa 100644 --- a/target/product/emulator.mk +++ b/target/product/emulator.mk @@ -44,7 +44,8 @@ PRODUCT_PACKAGES += \ e2fsck \ audio.primary.goldfish \ vibrator.goldfish \ - power.goldfish + power.goldfish \ + sensors.ranchu PRODUCT_COPY_FILES += \ |