commit | a22648179d31f71e9972955f701dbaf5ef155ccb | [log] [tgz] |
---|---|---|
author | TreeHugger Robot <treehugger-gerrit@google.com> | Wed Apr 12 20:56:20 2017 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Wed Apr 12 20:56:21 2017 +0000 |
tree | e9aefcbd3d36c79070570622dd0c25039b9eac33 | |
parent | 692c3e4d38b338bfac3d1b81fc0c6db4dcb789f0 [diff] | |
parent | 88bff3613ed15348c6e8512671ca3452bf3a86e5 [diff] |
Merge "Moved all files from include/system to libsystem/include/system" into oc-dev
diff --git a/include/system b/include/system new file mode 120000 index 0000000..b443c36 --- /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-base.h b/libsystem/include/system/graphics-base.h similarity index 100% rename from include/system/graphics-base.h rename to libsystem/include/system/graphics-base.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-deprecated.h b/libsystem/include/system/window-deprecated.h similarity index 100% rename from include/system/window-deprecated.h rename to libsystem/include/system/window-deprecated.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