/sdk/ |
D | release.md | 1 ## Building a release version 4 To run a release build that remove the SNAPSHOT qualifier, run: 6 gradle --init-script release.gradle <tasks>
|
D | changes.txt | 160 "ant debug" will automatically insert debuggable==true, while "ant release" 162 If debuggable=true is set, then "ant release" will actually do a debug build. 163 - Automatic Proguard support in release builds. Only need to have a proguard.config
|
/sdk/emulator/opengl/shared/emugl/common/ |
D | smart_ptr.cpp | 85 void* old_ptr = release(); in copyFrom() 96 void* SmartPtrBase::release() { in release() function in emugl::SmartPtrBase
|
D | smart_ptr.h | 65 void* release(); 122 void* ptr = release(); in ~SmartPtr()
|
/sdk/testapps/jarCheckTests2/lib1/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests3/app/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests1/lib2/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/gridlayoutTest/app/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests2/app/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/aidlTest/mainProject/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/customViewTest/mainProject/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests1/lib1/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/aidlTest/libWithAidl/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests3/lib1/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/buildConfigTest/app/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/basicProjectWithAidl/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/customViewTest/libWithCustomView/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests2/lib2/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests1/app/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/testapps/jarCheckTests3/lib2/ |
D | ant.properties | 12 # You can also use it define how the release builds are signed by declaring 16 # The password will be asked during the build when you use the 'release' target.
|
/sdk/templates/ |
D | build_gradle.template | 16 release {
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
D | MacNative.m | 27 // release it form the pbuffer by calling the 160 [ctx release]; 176 [pbuf release];
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
D | SensorActivity.java | 200 info.release(); in removeSensorUi() 238 public void release() { in release() method in SensorActivity.DisplayInfo
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
D | NativeMacSubWindow.m | 62 [glView release];
|
/sdk/adtproductbuild/ |
D | Android.mk | 29 ADT_IDE_RELEASE_DIR := $(TOPDIR)out/host/eclipse/adtproduct/release
|