Home | History | Annotate | Download | only in EGLTest
      1 
      2 cc_test {
      3 
      4     name: "EGL_test",
      5 
      6     srcs: [
      7         "egl_cache_test.cpp",
      8         "EGL_test.cpp",
      9     ],
     10 
     11     shared_libs: [
     12         "android.hardware.configstore (a] 1.0",
     13         "android.hardware.configstore-utils",
     14         "libEGL",
     15         "libbase",
     16         "libcutils",
     17         "libbinder",
     18         "libgui",
     19         "libhidlbase",
     20         "libhidltransport",
     21         "liblog",
     22         "libutils",
     23     ],
     24 
     25     include_dirs: [
     26         "bionic/libc/private",
     27         "frameworks/native/opengl/libs",
     28         "frameworks/native/opengl/libs/EGL",
     29     ],
     30 
     31 }
     32