diff options
Diffstat (limited to 'android/avd/info.h')
-rw-r--r-- | android/avd/info.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/avd/info.h b/android/avd/info.h index 1a65355..2b2899f 100644 --- a/android/avd/info.h +++ b/android/avd/info.h @@ -126,7 +126,6 @@ AvdInfo* avdInfo_new( const char* name, AvdInfoParams* params ); */ AvdInfo* avdInfo_newForAndroidBuild( const char* androidBuildRoot, const char* androidOut, - const char* targetArch, AvdInfoParams* params ); /* Frees an AvdInfo object and the corresponding strings that may be |