Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit e9f02e0

Browse files
committed
Stop using versioner for the llndk too.
I'm not sure why this was added in the first place. The only reason we had versioner was to work around GCC in the NDK, which the platform already didn't have. Bug: None Test: treehugger Change-Id: Ie48d8b73939018d1dd6bd6baf1b5740cfb4e621f
1 parent 8bc9f80 commit e9f02e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libc/Android.bp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1686,8 +1686,7 @@ cc_library {
16861686
llndk: {
16871687
symbol_file: "libc.map.txt",
16881688
export_headers_as_system: true,
1689-
export_preprocessed_headers: ["include"],
1690-
export_llndk_headers: ["libc_uapi_headers"],
1689+
export_llndk_headers: ["libc_headers"],
16911690
},
16921691
}
16931692

0 commit comments

Comments
 (0)