diff options
| author | 2016-10-05 18:30:40 +0000 | |
|---|---|---|
| committer | 2016-10-05 18:30:40 +0000 | |
| commit | 183edbb062a80500de95127f1176c25e62c8a34c (patch) | |
| tree | 0e5cdbd2189d4a5c11184f3d9189213705c65c02 /opengl/Android.bp | |
| parent | 219df2fd5b5d1ae8572d37a7b00679247719c02c (diff) | |
| parent | ce1bc304a2fd4c99b1423b4932cec4f9b69cdac7 (diff) | |
Merge "Migrate libEGL to ndk_library."
am: ce1bc304a2
Change-Id: If048759fd60754bd0c7df9c02f33f28a800eaace
Diffstat (limited to 'opengl/Android.bp')
| -rw-r--r-- | opengl/Android.bp | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/opengl/Android.bp b/opengl/Android.bp new file mode 100644 index 0000000000..1d511f248f --- /dev/null +++ b/opengl/Android.bp @@ -0,0 +1,24 @@ +// Copyright (C) 2016 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. + +ndk_headers { + name: "libEGL_headers", + from: "include", + to: "", + srcs: ["include/EGL/**/*.h"], +} + +subdirs = [ + "*", +] |