From 05debe1d787b7471c2bc9c8f7569a338ca5c7ad4 Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Wed, 8 Feb 2017 17:04:18 -0800 Subject: Split view::Surface out of Surface.cpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- aidl/gui/android/view/Surface.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'aidl/gui') 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"; -- cgit v1.2.3-59-g8ed1b