Searched refs:KERNEL_VERSION (Results 1 – 3 of 3) sorted by relevance
20 #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
25 #define MEDIA_API_VERSION KERNEL_VERSION(0, 1, 0)
39 KERNEL_VERSION="android-3.10"189 echo "Fetching android kernel source ${KERNEL_VERSION}"192 git checkout "${KERNEL_VERSION}"