blob: 3deb9f0d9c49ea1d394bad0daeb5d67da420fb6c [file] [log] [blame]
Dan Albert49fbff42016-10-03 12:36:00 -07001// Copyright (C) 2016 The Android Open Source Project
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
15ndk_headers {
16 name: "libEGL_headers",
17 from: "include",
18 to: "",
19 srcs: ["include/EGL/**/*.h"],
20}
21
Dan Albert7facb1d2016-10-03 12:36:00 -070022ndk_headers {
23 name: "libGLESv1_CM_headers",
24 from: "include",
25 to: "",
26 srcs: ["include/GLES/**/*.h"],
27}
28
Dan Albert00500c72016-10-03 12:36:00 -070029ndk_headers {
30 name: "libGLESv2_headers",
31 from: "include",
32 to: "",
33 srcs: ["include/GLES2/**/*.h"],
34}
35
Dan Albertd7d8efa2016-10-03 12:36:00 -070036ndk_headers {
37 name: "libGLESv3_headers",
38 from: "include",
39 to: "",
40 srcs: ["include/GLES3/**/*.h"],
41}
42
Dan Albert49fbff42016-10-03 12:36:00 -070043subdirs = [
44 "*",
45]