On Wed, Feb 24, 2016 at 7:31 PM, Emil Velikov wrote:
> Hi Rob,
>
> On 24 February 2016 at 18:56, Rob Herring wrote:
>> With the Android build system changes to ninja/kati, the use of
>> .SECONDEXPANSION is no longer supported. Fix this by avoiding rule specific
>> variables and using $(transform-
Hi Rob,
On 24 February 2016 at 18:56, Rob Herring wrote:
> With the Android build system changes to ninja/kati, the use of
> .SECONDEXPANSION is no longer supported. Fix this by avoiding rule specific
> variables and using $(transform-generated-source).
>
> Cc: Emil Velikov
> Signed-off-by: Rob
With the Android build system changes to ninja/kati, the use of
.SECONDEXPANSION is no longer supported. Fix this by avoiding rule specific
variables and using $(transform-generated-source).
Cc: Emil Velikov
Signed-off-by: Rob Herring
---
src/mesa/drivers/dri/common/Android.mk | 22