[Intel-gfx] [PATCH i-g-t] tools/Android.mk: Fix compile error in intel_reg.c

2015-09-09 Thread Derek Morton
The patch "tools: install the register definition files" caused a build error on android as it added 'PKGDATADIR' which was not defined in the Android build environment. This patch adds that define to tools/Android.mk. It also copies the files it points to so they are actually in the target file

Re: [Intel-gfx] [PATCH i-g-t] tools/Android.mk: Fix compile error in intel_reg.c

2015-09-09 Thread Thomas Wood
On 9 September 2015 at 14:30, Derek Morton wrote: > The patch "tools: install the register definition files" caused > a build error on android as it added 'PKGDATADIR' which was not > defined in the Android build environment. This patch adds that > define to

Re: [Intel-gfx] [PATCH i-g-t] tools/Android.mk: Fix compile error in intel_reg.c

2015-09-09 Thread Morton, Derek J
-Original Message- From: Thomas Wood [mailto:thomas.w...@intel.com] Sent: Wednesday, September 9, 2015 2:48 PM To: Morton, Derek J Cc: Intel Graphics Development Subject: Re: [PATCH i-g-t] tools/Android.mk: Fix compile error in intel_reg.c > >On 9 September 2015 at 14:30, Derek Morton