diff options
author | Jean-Baptiste Queru <jbq@google.com> | 2012-02-27 08:54:57 -0800 |
---|---|---|
committer | Jean-Baptiste Queru <jbq@google.com> | 2012-02-27 08:54:57 -0800 |
commit | c3c90353f9baaba7b09ead14bc720be57244bb7e (patch) | |
tree | 9d327d52a2ee1dbcd6e6aead63f97be07689cb26 /include | |
parent | 6a300a5413898ff8b728e77c5a23290cae60e9b5 (diff) | |
download | frameworks_base-c3c90353f9baaba7b09ead14bc720be57244bb7e.zip frameworks_base-c3c90353f9baaba7b09ead14bc720be57244bb7e.tar.gz frameworks_base-c3c90353f9baaba7b09ead14bc720be57244bb7e.tar.bz2 |
Add stubs for better compatibility
Change-Id: I3fafee637f3ab239e3b870c73bcfe34cf73caf4c
Diffstat (limited to 'include')
-rw-r--r-- | include/gui/Surface.h | 17 | ||||
-rw-r--r-- | include/gui/SurfaceComposerClient.h | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/include/gui/Surface.h b/include/gui/Surface.h new file mode 100644 index 0000000..c1862b7 --- /dev/null +++ b/include/gui/Surface.h @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2012 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include <surfaceflinger/Surface.h> diff --git a/include/gui/SurfaceComposerClient.h b/include/gui/SurfaceComposerClient.h new file mode 100644 index 0000000..6cc6390 --- /dev/null +++ b/include/gui/SurfaceComposerClient.h @@ -0,0 +1,17 @@ +/* + * Copyright (C) 2012 The Android Open Source Project + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +#include <surfaceflinger/SurfaceComposerClient.h> |