Merge "Update device.mk and .rc for TPU(Rio/edgetpu-soc)."

This commit is contained in:
Quinn Yan 2022-07-13 17:48:57 +00:00 committed by Android (Google) Code Review
commit f447e01b61
3 changed files with 3 additions and 4 deletions

View file

@ -175,7 +175,7 @@
/dev/block/by-name/mfg_data 0660 system system /dev/block/by-name/mfg_data 0660 system system
# TPU # TPU
/dev/janeiro 0660 system system /dev/edgetpu-soc 0660 system system
# DSP # DSP
/dev/gxp 0666 system camera /dev/gxp 0666 system camera

View file

@ -1,6 +1,5 @@
# Devs who work on EdgeTPU on Android. # Devs who work on EdgeTPU on Android.
hsuy@google.com hsuy@google.com
yuchicheng@google.com yuchicheng@google.com
iayara@google.com
qinyiyan@google.com qinyiyan@google.com
macwang@google.com macwang@google.com

View file

@ -1,7 +1,7 @@
# Edgetpu packages # Edgetpu packages
# Config variables for TPU chip on device. # Config variables for TPU chip on device.
$(call soong_config_set,edgetpu_config,chip,janeiro) $(call soong_config_set,edgetpu_config,chip,rio)
# TPU logging service # TPU logging service
# PRODUCT_PACKAGES += \ # PRODUCT_PACKAGES += \