diff options
| author | Iliyan Malchev <malchev@google.com> | 2011-05-01 14:07:43 -0700 |
|---|---|---|
| committer | Iliyan Malchev <malchev@google.com> | 2011-05-02 19:19:54 -0700 |
| commit | 0ab886bdabd167b32aad90ce5d4e00ce8392858c (patch) | |
| tree | 2fc43f254659cfc1a5c1808a6d0c40a445a92dd2 /adb/commandline.c | |
| parent | 66ea3574b6383e4107c74a192cadda1427320375 (diff) | |
| download | system_core-0ab886bdabd167b32aad90ce5d4e00ce8392858c.tar.gz system_core-0ab886bdabd167b32aad90ce5d4e00ce8392858c.tar.bz2 system_core-0ab886bdabd167b32aad90ce5d4e00ce8392858c.zip | |
move ANativeWindow and friends under system/core
This patch moves the definition of ANativeWindow from frameworks/base into
system/core. We move ANativeWindow for two reasons.
Firstly, the native-window interface may need to be used by lower-level code
than the framework. Such code (such as the camera HAL) is not allowed to use
definitions from frameworks/base, since the latter is stacked on top of the
former. Thus moving (the interface definition) ANativeWindow under system/core
lowers the level at which we can work with windows.
Secondly, this enables an implementation of ANativeWindow that lies outside of
frameworks, enabling quick initial bringup of graphics.
Change-Id: I851b9bb2834bcec73255b5af82f66411e54bb1a5
Signed-off-by: Iliyan Malchev <malchev@google.com>
Diffstat (limited to 'adb/commandline.c')
0 files changed, 0 insertions, 0 deletions
