Android.mk,armv7: fix idct_neon.asm.S creation
authorJames Zern <jzern@google.com>
Thu, 24 Nov 2016 00:49:19 +0000 (16:49 -0800)
committerJames Zern <jzern@google.com>
Thu, 24 Nov 2016 00:49:19 +0000 (16:49 -0800)
commit2c598d08584816321e9202d18f5ec9c77837408f
tree8c3bd9fb9418fb2b6d51bde577422bcbd5aca2c9
parent1136db0db0a40064ec35aac732574c526fa12dec
Android.mk,armv7: fix idct_neon.asm.S creation

force this to be created before any other .S files. this change
additionally removes the file from the source list as it doesn't need to
be compiled on its own.

Change-Id: I6b4cd56ef6059d08f75f06fb749cddf76e0e165e
build/make/Android.mk