blob: 6e598481b2e21142b3be647b73701afe1cb83c70 [file] [log] [blame]
#!/bin/bash
. $(dirname $0)/functions
PATCHES=0
if [ -n "$1" ]; then
AOSP="$1"
else
AOSP="`pwd`"
fi
if ! [ -d "$AOSP" ] && ! [ -d "$AOSP/bionic" ] && [ -d "$AOSP"/build ]; then
echo "This script must be run from the AOSP source directory"
echo "or with the AOSP source directory as its first parameter."
exit 1
fi
##################################################
################ Linaro hack ###################
##################################################
# db845c: gralloc_gbm: Add entries to better handle FP16 format requests
cherrypick device/linaro/dragonboard 8ae243be34de1ed80dbb4d7429d513893a9db688