summaryrefslogtreecommitdiff
path: root/aidl
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2017-02-08 17:04:18 -0800
committerMathias Agopian <mathias@google.com>2017-02-09 23:07:31 +0000
commit05debe1d787b7471c2bc9c8f7569a338ca5c7ad4 (patch)
tree3c36416857b2879af76b13879ffd3073d21cee42 /aidl
parent5c0a87e5a2cba5c1b199e77f3a42e931e706569b (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.aidl2
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";