diff options
author | 2023-08-07 11:18:09 +0000 | |
---|---|---|
committer | 2023-08-23 15:55:52 +0000 | |
commit | 9ee1866f3e6d15da37571d1d094c3ce80efbfa39 (patch) | |
tree | ec911ac74cb332a0b9c39d275089ae9fa26278a3 /location/placeholder_java | |
parent | 59ccaf0cda89876e6019ec3c422e81a8218b8386 (diff) |
Created empty framework-location non-updatable module
Bug: 289776578
Test: presubmit
Change-Id: Id077cff3825cea0da2ea9fad06c53eeb4f8655a2
Diffstat (limited to 'location/placeholder_java')
-rw-r--r-- | location/placeholder_java/android/location/Placeholder.java | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/location/placeholder_java/android/location/Placeholder.java b/location/placeholder_java/android/location/Placeholder.java new file mode 100644 index 000000000000..f0dbce829174 --- /dev/null +++ b/location/placeholder_java/android/location/Placeholder.java @@ -0,0 +1,27 @@ +/* + * 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 android.location; + +/** + * Placeholder class so new frameworks-location module isn't empty, will be removed once module is + * populated. + * + * @hide + * + */ +public class Placeholder { +} |