summaryrefslogtreecommitdiff
path: root/location/java
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-07-10 15:05:17 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2024-07-10 15:05:17 +0000
commit30028ce0463cb10028deec7bcaf53d7e550d4073 (patch)
tree40b19848544ae018638ae9960e69b083a8b71555 /location/java
parente05cc57c9edbe0a418521d004aa61abd06e0d965 (diff)
parente8271e50c1e4db1ae317c55ee4e9fee959e7ba89 (diff)
Merge "Replace hidden_api_packages with package-info.java and @hide" into main
Diffstat (limited to 'location/java')
-rw-r--r--location/java/com/android/internal/location/package-info.java22
1 files changed, 22 insertions, 0 deletions
diff --git a/location/java/com/android/internal/location/package-info.java b/location/java/com/android/internal/location/package-info.java
new file mode 100644
index 000000000000..25573c15ce59
--- /dev/null
+++ b/location/java/com/android/internal/location/package-info.java
@@ -0,0 +1,22 @@
+/*
+ * Copyright (C) 2024 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.
+ */
+
+/**
+ * Exclude from API surfaces
+ *
+ * @hide
+ */
+package com.android.internal.location;