diff options
| author | 2024-07-10 15:43:25 +0000 | |
|---|---|---|
| committer | 2024-07-10 15:43:25 +0000 | |
| commit | 9ab08839caa5fb406238e615e1e221e91786fee9 (patch) | |
| tree | 6c28ad3b4f09db503c9cd3f031f0f2cb7041edc2 /location/java | |
| parent | b1f06b11071f336b1f811ce567123e7d49ce0578 (diff) | |
| parent | 143eb1ff95f8019d36b95d39824c853a3a57a18f (diff) | |
Merge "Replace hidden_api_packages with package-info.java and @hide" into main am: 30028ce046 am: 143eb1ff95
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/3164498
Change-Id: I1a887c86cfe21e628d30af34225ccca15bbfbf4b
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'location/java')
| -rw-r--r-- | location/java/com/android/internal/location/package-info.java | 22 |
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; |