Remove bionic dependency from llndk-versioning.h
llndk-versioning.h only defines macros for LLNDK versioning. Remove unused bionic header. Bug: 302113279 Test: lunch cf_x86_64-trunk_staging-userdebug && m && m cts Change-Id: I8d3ebbd765a223a2241e1a0bc95c84d726bacb9d
This commit is contained in:
parent
e7abebc01d
commit
47f9182e49
1 changed files with 3 additions and 6 deletions
|
|
@ -14,10 +14,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
/* As a vendor default header included in all vendor modules, this header MUST NOT include other
|
||||
* header files or any declarations. Only macros are allowed.
|
||||
*/
|
||||
#if defined(__ANDROID_VENDOR__)
|
||||
|
||||
// LLNDK (https://source.android.com/docs/core/architecture/vndk/build-system#ll-ndk) is similar to
|
||||
|
|
@ -53,5 +52,3 @@ __BEGIN_DECLS
|
|||
(__builtin_available(android sdk_api_level, *))
|
||||
|
||||
#endif // __ANDROID_VENDOR__
|
||||
|
||||
__END_DECLS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue