Merge "Moved all files from include/system to libsystem/include/system"

am: deb32544ba

Change-Id: I72a55fad9e5124646b94b13557f1485c8607744c
This commit is contained in:
Vijay Venkatraman 2017-04-07 18:31:31 +00:00 committed by android-build-merger
commit 38a5bead70
8 changed files with 5 additions and 0 deletions

1
include/system Symbolic link
View file

@ -0,0 +1 @@
../libsystem/include/system/

4
libsystem/Android.bp Normal file
View file

@ -0,0 +1,4 @@
cc_library_headers {
name: "libsystem_headers",
export_include_dirs: ["include"],
}