Snap for 11520864 from 73926417db to 24Q2-release

Change-Id: I3b2607f07cd7c193d4b9031b574a98cf690e0afd
This commit is contained in:
Android Build Coastguard Worker 2024-03-02 02:02:42 +00:00
commit 2b55313274
3 changed files with 4 additions and 2 deletions

View file

@ -32,4 +32,5 @@
<integer-array name="antenna_y">
<item>106</item>
</integer-array>
<bool name="nfc_observe_mode_supported">true</bool>
</resources>

View file

@ -32,4 +32,5 @@
<integer-array name="antenna_y">
<item>106</item>
</integer-array>
<bool name="nfc_observe_mode_supported">true</bool>
</resources>

View file

@ -72,9 +72,9 @@ LOCAL_PRIVILEGED_MODULE := true
LOCAL_MODULE_OWNER := samsung
LOCAL_MODULE_CLASS := APPS
LOCAL_SRC_FILES := $(LOCAL_MODULE).apk
LOCAL_CERTIFICATE := platform
LOCAL_CERTIFICATE := PRESIGNED
LOCAL_LICENSE_KINDS := SPDX-license-identifier-Apache-2.0
LOCAL_LICENSE_CONDITIONS := PRESIGNED
LOCAL_LICENSE_CONDITIONS := notice
LOCAL_NOTICE_FILE := $(LOCAL_PATH)/../COPYRIGHT $(LOCAL_PATH)/../LICENSE
include $(BUILD_PREBUILT)