Moved all files from include/system to libsystem/include/system
Bug: 33241851 Test: No changes for modules not using VNDK. For compiling with VNDK, add libsystem_headers as dependency for using these headers Change-Id: I1a8a44073424cc0db625e31d44cb16b78c5a9ca1 Merged-In: I2acce0ab771e10ac83461c2f931e2c19e922089e
This commit is contained in:
parent
b15882faab
commit
b3ef9022e9
8 changed files with 5 additions and 0 deletions
1
include/system
Symbolic link
1
include/system
Symbolic link
|
@ -0,0 +1 @@
|
|||
../libsystem/include/system/
|
4
libsystem/Android.bp
Normal file
4
libsystem/Android.bp
Normal file
|
@ -0,0 +1,4 @@
|
|||
cc_library_headers {
|
||||
name: "libsystem_headers",
|
||||
export_include_dirs: ["include"],
|
||||
}
|
Loading…
Reference in a new issue