The Android multimedia plug-in requires API level 11 to compile, so the config test will check and issue a message about the requirement if the API level can't be satisfied. Change-Id: I6c21fe1255024e853023bd8168dfa917b00c4c23 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
7 lines
109 B
Java
7 lines
109 B
Java
import android.graphics.SurfaceTexture;
|
|
|
|
class BuildTest
|
|
{
|
|
public static void main(String [] args) { }
|
|
}
|