L-MR1 specific fixes

Reset soinfo version to 0.
 Disable ifunc test for arm64 because of old toolchain
 in lmp-mr1-dev branch

 Note: this commit should be reverted in -plus-aosp branch.

Change-Id: I2d6d996d43bc35d5d4975c745779f43a988b31e6
This commit is contained in:
Dmitriy Ivanov
2014-10-01 16:26:49 -07:00
parent 7d971ec14b
commit 1cd0c6777f
3 changed files with 3 additions and 10 deletions

View File

@@ -90,7 +90,7 @@ TEST(dlfcn, dlopen_noload) {
}
// ifuncs are only supported on intel and arm64 for now
#if defined (__aarch64__) || defined(__i386__) || defined(__x86_64__)
#if defined(__i386__) || defined(__x86_64__)
TEST(dlfcn, ifunc) {
typedef const char* (*fn_ptr)();