aboutsummaryrefslogtreecommitdiff
path: root/java/com/android/modules/expresslog/Utils.java
diff options
context:
space:
mode:
authorVova Sharaienko <sharaienko@google.com>2023-03-21 19:42:53 +0000
committerVova Sharaienko <sharaienko@google.com>2023-04-06 17:05:46 +0000
commitb9b201351dff32e4dc7f3b73d5240c6b33372a5f (patch)
tree2e3e0bdb71edae87bfbf810ccd039320f60d1fa5 /java/com/android/modules/expresslog/Utils.java
parentd4e5d67c9df0a853997dc9b38829f987a840c96b (diff)
downloadmodules-utils-b9b201351dff32e4dc7f3b73d5240c6b33372a5f.tar.gz
[TeX] Added telemetry express utility static libandroid-u-beta-1-gpl
- to be used by AdServices Bug: 271127104 Test: atest ExpressLogApisTests Change-Id: I914d6ac88e5b4445c51c09109a79ff828ada3e9b Merged-In: I914d6ac88e5b4445c51c09109a79ff828ada3e9b
Diffstat (limited to 'java/com/android/modules/expresslog/Utils.java')
-rw-r--r--java/com/android/modules/expresslog/Utils.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/java/com/android/modules/expresslog/Utils.java b/java/com/android/modules/expresslog/Utils.java
new file mode 100644
index 0000000..fde90fc
--- /dev/null
+++ b/java/com/android/modules/expresslog/Utils.java
@@ -0,0 +1,21 @@
+/*
+ * Copyright (C) 2023 The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package com.android.modules.expresslog;
+
+final class Utils {
+ static native long hashString(String stringToHash);
+}