diff options
| author | Vijay Venkatraman <vijaykv@google.com> | 2017-04-05 16:45:44 -0700 |
|---|---|---|
| committer | Vijay Venkatraman <vijaykv@google.com> | 2017-04-05 16:45:44 -0700 |
| commit | 49abdb96d23195b12e66d7d25c5f00c47eaa83ec (patch) | |
| tree | f3ddffb7432a99d7441f16ec2adedb553d20b728 | |
| parent | 7afd4cdf82018716c9696832afa86e76a82bc1ad (diff) | |
| download | system_core-49abdb96d23195b12e66d7d25c5f00c47eaa83ec.tar.gz system_core-49abdb96d23195b12e66d7d25c5f00c47eaa83ec.tar.bz2 system_core-49abdb96d23195b12e66d7d25c5f00c47eaa83ec.zip | |
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: I2acce0ab771e10ac83461c2f931e2c19e922089e
| 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 |
