netbeans/android/native-glass/nbproject/configurations.xml

Print this page
rev 10034 : JDK-8165809: Rework build to enable future jigsaw aware JDK9 build
Reviewed-by: kcr


  13   <projectmakefile>Android.mk</projectmakefile>
  14   <confs>
  15     <conf name="Default" type="0">
  16       <toolsSet>
  17         <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
  18         <compilerSet>default</compilerSet>
  19         <dependencyChecking>false</dependencyChecking>
  20         <rebuildPropChanged>false</rebuildPropChanged>
  21       </toolsSet>
  22       <codeAssistance>
  23       </codeAssistance>
  24       <makefileType>
  25         <makeTool>
  26           <buildCommandWorkingDir>.</buildCommandWorkingDir>
  27           <buildCommand>/opt/android-ndk-r7c/ndk-build APP_BUILD_SCRIPT=Android.mk NDK_PROJECT_PATH=. TARGET_PLATFORM=android-14</buildCommand>
  28           <cleanCommand>/opt/android-ndk-r7c/ndk-build APP_BUILD_SCRIPT=Android.mk NDK_PROJECT_PATH=. TARGET_PLATFORM=android-14 clean</cleanCommand>
  29           <executablePath></executablePath>
  30           <cTool>
  31             <incDir>
  32               <pElem>/opt/android-ndk-r7c/platforms/android-14/arch-arm/usr/include</pElem>
  33               <pElem>../../../modules/javafx.graphics/build/generated-src/headers/glass/android</pElem>
  34             </incDir>
  35             <preprocessorList>
  36               <Elem>ANDROID_NDK</Elem>
  37               <Elem>DEBUG</Elem>
  38             </preprocessorList>
  39           </cTool>
  40         </makeTool>
  41       </makefileType>
  42     </conf>
  43   </confs>
  44 </configurationDescriptor>


  13   <projectmakefile>Android.mk</projectmakefile>
  14   <confs>
  15     <conf name="Default" type="0">
  16       <toolsSet>
  17         <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
  18         <compilerSet>default</compilerSet>
  19         <dependencyChecking>false</dependencyChecking>
  20         <rebuildPropChanged>false</rebuildPropChanged>
  21       </toolsSet>
  22       <codeAssistance>
  23       </codeAssistance>
  24       <makefileType>
  25         <makeTool>
  26           <buildCommandWorkingDir>.</buildCommandWorkingDir>
  27           <buildCommand>/opt/android-ndk-r7c/ndk-build APP_BUILD_SCRIPT=Android.mk NDK_PROJECT_PATH=. TARGET_PLATFORM=android-14</buildCommand>
  28           <cleanCommand>/opt/android-ndk-r7c/ndk-build APP_BUILD_SCRIPT=Android.mk NDK_PROJECT_PATH=. TARGET_PLATFORM=android-14 clean</cleanCommand>
  29           <executablePath></executablePath>
  30           <cTool>
  31             <incDir>
  32               <pElem>/opt/android-ndk-r7c/platforms/android-14/arch-arm/usr/include</pElem>
  33               <pElem>../../../modules/javafx.graphics/build/gensrc/headers/glass/android</pElem>
  34             </incDir>
  35             <preprocessorList>
  36               <Elem>ANDROID_NDK</Elem>
  37               <Elem>DEBUG</Elem>
  38             </preprocessorList>
  39           </cTool>
  40         </makeTool>
  41       </makefileType>
  42     </conf>
  43   </confs>
  44 </configurationDescriptor>