Snap for 11931036 from 548d6a1166 to 24Q3-release

Change-Id: I61c449292dc97ec51e2c2893aa1f14c0edca0f2e
This commit is contained in:
Android Build Coastguard Worker 2024-06-05 23:08:23 +00:00
commit a9c0bf02c0
2 changed files with 2 additions and 3 deletions

View file

@ -67,9 +67,6 @@
<exception package="com.google.android.apps.pixel.creativeassistant">
<permission name="android.permission.POST_NOTIFICATIONS" fixed="false"/>
<permission name="android.permission.READ_MEDIA_IMAGES" fixed="false"/>
<permission name="android.permission.READ_EXTERNAL_STORAGE" fixed="false"/>
<permission name="android.permission.WRITE_EXTERNAL_STORAGE" fixed="false"/>
</exception>
<exception package="com.google.android.apps.cbrsnetworkmonitor">

View file

@ -979,6 +979,7 @@ ifneq ($(BOARD_WITHOUT_RADIO),true)
# modem_ml_svc_sit daemon
PRODUCT_PACKAGES += modem_ml_svc_sit
ifeq (,$(filter aosp_%,$(TARGET_PRODUCT)))
# Modem ML TFLite service.
PRODUCT_PACKAGES += modemml-tflite-service \
libtensorflowlite_jni
@ -992,6 +993,7 @@ PRODUCT_ARTIFACT_PATH_REQUIREMENT_ALLOWED_LIST += \
system/lib64/libtensorflowlite_jni.so
PRODUCT_SYSTEM_SERVER_JARS += modemml-tflite-service
endif
# modem ML models configs
ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))