forked from libhybris/libhybris
-
Notifications
You must be signed in to change notification settings - Fork 10
/
.gitignore
69 lines (63 loc) · 1.32 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
Makefile.in
Makefile
*.o
*.lo
*.loT
*.la
.*.swp
*.stamp
*.gir
*.lineno
.deps
.libs
.dirstamp
config.*
aclocal.m4
autom4te.cache
configure
depcomp
libtool
install-sh
missing
ltmain.sh
ylwrap
compile
stamp-h1
aclocal-copy
arm-*-linux-gnueabi-libtool
# Generated .pc, .h and .c files
hybris/camera/libcamera.pc
hybris/documentation.list
hybris/egl/egl.pc
hybris/egl/platforms/common/hybris-egl-platform.pc
hybris/egl/platforms/common/wayland-android-client-protocol.h
hybris/egl/platforms/common/wayland-android-protocol.c
hybris/egl/platforms/common/wayland-android-server-protocol.h
hybris/egl/platforms/common/wayland-egl.pc
hybris/egl/platforms/hwcomposer/hwcomposer-egl.pc
hybris/glesv1/glesv1_cm.pc
hybris/glesv2/glesv2.pc
hybris/hardware/libhardware.pc
hybris/input/libis.pc
hybris/libnfc_ndef_nxp/libnfc_ndef_nxp.pc
hybris/libnfc_nxp/libnfc_nxp.pc
hybris/libsync/libsync.pc
hybris/properties/libandroid-properties.pc
hybris/sf/libsf.pc
hybris/vibrator/libvibrator.pc
# Util binaries
hybris/utils/getprop
hybris/utils/setprop
# Test binaries
hybris/tests/test_camera
hybris/tests/test_egl_configs
hybris/tests/test_gps
hybris/tests/test_input
hybris/tests/test_nfc
hybris/tests/test_sf
hybris/tests/test_egl
hybris/tests/test_glesv2
hybris/tests/test_lights
hybris/tests/test_offscreen_rendering
hybris/tests/test_sensors
hybris/tests/test_ui