diff options
| l--------- | include/system | 1 | ||||
| -rw-r--r-- | libsystem/Android.bp | 4 | ||||
| -rw-r--r-- | libsystem/include/system/camera.h (renamed from include/system/camera.h) | 0 | ||||
| -rw-r--r-- | libsystem/include/system/graphics-base.h (renamed from include/system/graphics-base.h) | 0 | ||||
| -rw-r--r-- | libsystem/include/system/graphics.h (renamed from include/system/graphics.h) | 0 | ||||
| -rw-r--r-- | libsystem/include/system/radio.h (renamed from include/system/radio.h) | 0 | ||||
| -rw-r--r-- | libsystem/include/system/thread_defs.h (renamed from include/system/thread_defs.h) | 0 | ||||
| -rw-r--r-- | libsystem/include/system/window-deprecated.h (renamed from include/system/window-deprecated.h) | 0 | ||||
| -rw-r--r-- | libsystem/include/system/window.h (renamed from include/system/window.h) | 0 |
9 files changed, 5 insertions, 0 deletions
diff --git a/include/system b/include/system new file mode 120000 index 000000000..91d45be34 --- /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 000000000..4d076d538 --- /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 index 5d0873ac4..5d0873ac4 100644 --- a/include/system/camera.h +++ b/libsystem/include/system/camera.h diff --git a/include/system/graphics-base.h b/libsystem/include/system/graphics-base.h index 2a44fafdf..2a44fafdf 100644 --- a/include/system/graphics-base.h +++ b/libsystem/include/system/graphics-base.h diff --git a/include/system/graphics.h b/libsystem/include/system/graphics.h index 1a9918797..1a9918797 100644 --- a/include/system/graphics.h +++ b/libsystem/include/system/graphics.h diff --git a/include/system/radio.h b/libsystem/include/system/radio.h index acf3ea787..acf3ea787 100644 --- a/include/system/radio.h +++ b/libsystem/include/system/radio.h diff --git a/include/system/thread_defs.h b/libsystem/include/system/thread_defs.h index 377a48ce9..377a48ce9 100644 --- a/include/system/thread_defs.h +++ b/libsystem/include/system/thread_defs.h diff --git a/include/system/window-deprecated.h b/libsystem/include/system/window-deprecated.h index d1ef1e7dc..d1ef1e7dc 100644 --- a/include/system/window-deprecated.h +++ b/libsystem/include/system/window-deprecated.h diff --git a/include/system/window.h b/libsystem/include/system/window.h index efa10d647..efa10d647 100644 --- a/include/system/window.h +++ b/libsystem/include/system/window.h |
