Skip to content

Commit 18c0bb6

Browse files
committed
Remove versioner.
jmgao's finally no longer a noogler. Bug: None Test: treehugger Change-Id: I6a7398cd7ca99bf5cf65c8f96b229d402d754407
1 parent 4f50fd2 commit 18c0bb6

File tree

123 files changed

+1
-4345
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+1
-4345
lines changed

docs/clang_fortify_anatomy.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,7 @@ The declaration in Bionic's headers for `__builtin_mempcpy` is:
147147
void* mempcpy(void* __dst, const void* __src, size_t __n) __INTRODUCED_IN(23);
148148
```
149149

150-
Which is annotated with nothing special, except for Bionic's versioner, which
151-
is Android-specific (and orthogonal to FORTIFY anyway), so it will be ignored.
150+
Which is annotated with nothing special, so it will be ignored.
152151

153152
The [source for `mempcpy`] in Bionic's headers for is:
154153
```c

libc/Android.bp

-7
Original file line numberDiff line numberDiff line change
@@ -2991,13 +2991,6 @@ cc_genrule {
29912991
},
29922992
}
29932993

2994-
// headers that will be placed on the include path when running versioner in bazel
2995-
// this module should be a no-op in soong
2996-
filegroup {
2997-
name: "versioner-dependencies",
2998-
srcs: ["versioner-dependencies/**/*"],
2999-
}
3000-
30012994
filegroup {
30022995
name: "linux_capability_header",
30032996
srcs: ["kernel/uapi/linux/capability.h"],

libc/versioner-dependencies/arm/kernel_uapi_asm-arm

-1
This file was deleted.

libc/versioner-dependencies/arm64/kernel_uapi_asm-arm64

-1
This file was deleted.

libc/versioner-dependencies/common/clang-builtins

-1
This file was deleted.

libc/versioner-dependencies/common/kernel_android_uapi

-1
This file was deleted.

libc/versioner-dependencies/common/kernel_uapi

-1
This file was deleted.

libc/versioner-dependencies/riscv64/kernel_uapi_asm-riscv64

-1
This file was deleted.

libc/versioner-dependencies/x86/kernel_uapi_asm-x86

-1
This file was deleted.

libc/versioner-dependencies/x86_64/kernel_uapi_asm-x86

-1
This file was deleted.

tools/NOTICE

-32
Original file line numberDiff line numberDiff line change
@@ -1,32 +0,0 @@
1-
Copyright (C) 2016 The Android Open Source Project
2-
3-
Licensed under the Apache License, Version 2.0 (the "License");
4-
you may not use this file except in compliance with the License.
5-
You may obtain a copy of the License at
6-
7-
http://www.apache.org/licenses/LICENSE-2.0
8-
9-
Unless required by applicable law or agreed to in writing, software
10-
distributed under the License is distributed on an "AS IS" BASIS,
11-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12-
See the License for the specific language governing permissions and
13-
limitations under the License.
14-
15-
-------------------------------------------------------------------
16-
17-
Copyright (C) 2018 The Android Open Source Project
18-
19-
Licensed under the Apache License, Version 2.0 (the "License");
20-
you may not use this file except in compliance with the License.
21-
You may obtain a copy of the License at
22-
23-
http://www.apache.org/licenses/LICENSE-2.0
24-
25-
Unless required by applicable law or agreed to in writing, software
26-
distributed under the License is distributed on an "AS IS" BASIS,
27-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
28-
See the License for the specific language governing permissions and
29-
limitations under the License.
30-
31-
-------------------------------------------------------------------
32-

tools/versioner/Android.bp

-7
This file was deleted.

tools/versioner/README.md

-8
This file was deleted.

tools/versioner/current

-1
This file was deleted.

tools/versioner/dependencies

-1
This file was deleted.

tools/versioner/platforms/crtbegin.map.txt

-7
This file was deleted.

tools/versioner/platforms/libc.map.txt

-1
This file was deleted.

tools/versioner/run_tests.py

-85
This file was deleted.

tools/versioner/src/Android.bp

-46
This file was deleted.

tools/versioner/src/Arch.cpp

-58
This file was deleted.

0 commit comments

Comments
 (0)