1ANDROID_JAVA_SOURCE_DIR 2----------------------- 3 4.. versionadded:: 3.4 5 6Set the Android property that defines the Java source code root directories. 7This a string property that contains the directory paths separated by semicolon. 8This property is initialized by the value of the 9:variable:`CMAKE_ANDROID_JAVA_SOURCE_DIR` variable if it is set 10when a target is created. 11