commit | c15ce11deaa79112f9bb360146808c0965493e32 | [log] [tgz] |
---|---|---|
author | Vijay Venkatraman <vijaykv@google.com> | Wed Apr 05 16:45:44 2017 -0700 |
committer | Vijay Venkatraman <vijaykv@google.com> | Thu Apr 06 10:28:50 2017 -0700 |
tree | 06e418c00d96f8000e91399dece7995ca9aec57c | |
parent | f1af035a5302d29e7dd2919318fb175ae5ea0d1c [diff] |
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
diff --git a/include/system b/include/system new file mode 120000 index 0000000..91d45be --- /dev/null +++ b/include/system
@@ -0,0 +1 @@ +../libsystem/include/system/ \ No newline at end of file
diff --git a/libsystem/Android.bp b/libsystem/Android.bp new file mode 100644 index 0000000..4d076d5 --- /dev/null +++ b/libsystem/Android.bp
@@ -0,0 +1,4 @@ +cc_library_headers { + name: "libsystem_headers", + export_include_dirs: ["include"], +}
diff --git a/include/system/camera.h b/libsystem/include/system/camera.h similarity index 100% rename from include/system/camera.h rename to libsystem/include/system/camera.h
diff --git a/include/system/graphics.h b/libsystem/include/system/graphics.h similarity index 100% rename from include/system/graphics.h rename to libsystem/include/system/graphics.h
diff --git a/include/system/qemu_pipe.h b/libsystem/include/system/qemu_pipe.h similarity index 100% rename from include/system/qemu_pipe.h rename to libsystem/include/system/qemu_pipe.h
diff --git a/include/system/radio.h b/libsystem/include/system/radio.h similarity index 100% rename from include/system/radio.h rename to libsystem/include/system/radio.h
diff --git a/include/system/thread_defs.h b/libsystem/include/system/thread_defs.h similarity index 100% rename from include/system/thread_defs.h rename to libsystem/include/system/thread_defs.h
diff --git a/include/system/window.h b/libsystem/include/system/window.h similarity index 100% rename from include/system/window.h rename to libsystem/include/system/window.h