Skip to content

Commit

Permalink
Add PowerOff app
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalkov authored Oct 5, 2016
1 parent c22a699 commit 8c06ba3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions rpi3.mk
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,20 @@ PRODUCT_BRAND := Android
PRODUCT_MODEL := Raspberry Pi 3
PRODUCT_MANUFACTURER := brcm

# dalvik heap config
# Dalvik heap config
include frameworks/native/build/tablet-7in-hdpi-1024-dalvik-heap.mk

# Required hardware packages
PRODUCT_PACKAGES += \
libGLES_mesa \
gralloc.$(TARGET_PRODUCT) \
hwcomposer.$(TARGET_PRODUCT) \
wpa_supplicant \
wpa_supplicant.conf \
EVWidgets
wpa_supplicant.conf

# Additional RTAndroid packages
PRODUCT_PACKAGES += \
PowerOff

# I2C tools
PRODUCT_PACKAGES += \
Expand Down

0 comments on commit 8c06ba3

Please sign in to comment.