File tree 3 files changed +22
-6
lines changed
java/com/android/internal/location
3 files changed +22
-6
lines changed Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ java_sdk_library {
30
30
" app-compat-annotations" ,
31
31
" unsupportedappusage" , // for android.compat.annotation.UnsupportedAppUsage
32
32
],
33
- hidden_api_packages : [
34
- " com.android.internal.location" ,
35
- ],
36
33
aidl : {
37
34
include_dirs : [
38
35
" frameworks/base/location/java" ,
Original file line number Diff line number Diff line change
1
+ /*
2
+ * Copyright (C) 2024 The Android Open Source Project
3
+ *
4
+ * Licensed under the Apache License, Version 2.0 (the "License");
5
+ * you may not use this file except in compliance with the License.
6
+ * You may obtain a copy of the License at
7
+ *
8
+ * http://www.apache.org/licenses/LICENSE-2.0
9
+ *
10
+ * Unless required by applicable law or agreed to in writing, software
11
+ * distributed under the License is distributed on an "AS IS" BASIS,
12
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ * See the License for the specific language governing permissions and
14
+ * limitations under the License.
15
+ */
16
+
17
+ /**
18
+ * Exclude from API surfaces
19
+ *
20
+ * @hide
21
+ */
22
+ package com .android .internal .location ;
Original file line number Diff line number Diff line change @@ -59,9 +59,6 @@ java_sdk_library {
59
59
" android.nfc" ,
60
60
" com.android.nfc" ,
61
61
],
62
- hidden_api_packages : [
63
- " com.android.nfc" ,
64
- ],
65
62
impl_library_visibility : [
66
63
" //frameworks/base:__subpackages__" ,
67
64
" //cts/tests/tests/nfc" ,
You can’t perform that action at this time.
0 commit comments