blob: 164be2054ad197ab9a2ea61e62cfc8d83491fd78 [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 Albertc4390882016-10-04 17:49:33 -070043ndk_headers {
44 name: "khr_headers",
45 from: "include",
46 to: "",
47 srcs: ["include/KHR/**/*.h"],
48}
49
Dan Albert49fbff42016-10-03 12:36:00 -070050subdirs = [
51 "*",
52]