diff options
Diffstat (limited to 'android/avd/info.h')
-rw-r--r-- | android/avd/info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/avd/info.h b/android/avd/info.h index 2b2899f..1a65355 100644 --- a/android/avd/info.h +++ b/android/avd/info.h @@ -126,6 +126,7 @@ 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 |