Re: [Mesa-dev] [PATCH v2 3/4] Android: enable building on arm64

2016-02-15 Thread Chih-Wei Huang
2016-02-03 4:45 GMT+08:00 Rob Herring : > Use the LOCAL_CFLAGS_{32/64} instead of arch specific variants to define > the DEFAULT_DRIVER_DIR. This enables building for arm64. > > Cc: Emil Velikov > Cc: Chih-Wei Huang > Signed-off-by: Rob Herring > --- > v2: > - Use LOCAL_CFLAGS_(32|64) instead of

[Mesa-dev] [PATCH v2 3/4] Android: enable building on arm64

2016-02-02 Thread Rob Herring
Use the LOCAL_CFLAGS_{32/64} instead of arch specific variants to define the DEFAULT_DRIVER_DIR. This enables building for arm64. Cc: Emil Velikov Cc: Chih-Wei Huang Signed-off-by: Rob Herring --- v2: - Use LOCAL_CFLAGS_(32|64) instead of arch flags src/egl/Android.mk | 5 ++--- 1 file change