diff options
author | Mathias Agopian <mathias@google.com> | 2017-02-08 17:04:18 -0800 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2017-02-09 23:07:31 +0000 |
commit | 05debe1d787b7471c2bc9c8f7569a338ca5c7ad4 (patch) | |
tree | 3c36416857b2879af76b13879ffd3073d21cee42 /aidl | |
parent | 5c0a87e5a2cba5c1b199e77f3a42e931e706569b (diff) |
Split view::Surface out of Surface.cpp
it’s moved into a new view/Surface.cpp, header in
gui/view/Surface.h
their entanglement also meant that code that needs
only view::Surface ended up with all of Surface
dependencies.
Test: built and booted device
Bug: treble
Change-Id: I1a350d258f124fbe0a7bc5a2ca165311dcb0d8e3
Diffstat (limited to 'aidl')
-rw-r--r-- | aidl/gui/android/view/Surface.aidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aidl/gui/android/view/Surface.aidl b/aidl/gui/android/view/Surface.aidl index 674c16387e..7e892205d5 100644 --- a/aidl/gui/android/view/Surface.aidl +++ b/aidl/gui/android/view/Surface.aidl @@ -17,4 +17,4 @@ package android.view; -parcelable Surface cpp_header "gui/Surface.h"; +parcelable Surface cpp_header "gui/view/Surface.h"; |