| Dan Albert | 49fbff4 | 2016-10-03 12:36:00 -0700 | [diff] [blame] | 1 | // 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 |  | 
|  | 15 | ndk_headers { | 
|  | 16 | name: "libEGL_headers", | 
|  | 17 | from: "include", | 
|  | 18 | to: "", | 
|  | 19 | srcs: ["include/EGL/**/*.h"], | 
|  | 20 | } | 
|  | 21 |  | 
| Dan Albert | 7facb1d | 2016-10-03 12:36:00 -0700 | [diff] [blame] | 22 | ndk_headers { | 
|  | 23 | name: "libGLESv1_CM_headers", | 
|  | 24 | from: "include", | 
|  | 25 | to: "", | 
|  | 26 | srcs: ["include/GLES/**/*.h"], | 
|  | 27 | } | 
|  | 28 |  | 
| Dan Albert | 00500c7 | 2016-10-03 12:36:00 -0700 | [diff] [blame] | 29 | ndk_headers { | 
|  | 30 | name: "libGLESv2_headers", | 
|  | 31 | from: "include", | 
|  | 32 | to: "", | 
|  | 33 | srcs: ["include/GLES2/**/*.h"], | 
|  | 34 | } | 
|  | 35 |  | 
| Dan Albert | d7d8efa | 2016-10-03 12:36:00 -0700 | [diff] [blame] | 36 | ndk_headers { | 
|  | 37 | name: "libGLESv3_headers", | 
|  | 38 | from: "include", | 
|  | 39 | to: "", | 
|  | 40 | srcs: ["include/GLES3/**/*.h"], | 
|  | 41 | } | 
|  | 42 |  | 
| Dan Albert | c439088 | 2016-10-04 17:49:33 -0700 | [diff] [blame] | 43 | ndk_headers { | 
|  | 44 | name: "khr_headers", | 
|  | 45 | from: "include", | 
|  | 46 | to: "", | 
|  | 47 | srcs: ["include/KHR/**/*.h"], | 
|  | 48 | } | 
|  | 49 |  | 
| Dan Albert | 49fbff4 | 2016-10-03 12:36:00 -0700 | [diff] [blame] | 50 | subdirs = [ | 
|  | 51 | "*", | 
|  | 52 | ] |