aboutsummaryrefslogtreecommitdiffstats
path: root/build/sdk_only_whitelist.mk
Commit message (Collapse)AuthorAgeFilesLines
* Add OpenSSL to the Windows SDK whitelistBenoit Goby2012-08-211-0/+1
| | | | | | adb now depends on it Change-Id: Ibf6534a6ecb27b5c3058dee04305a2e284a38355
* uiautomator: Build, Release for SDKSiva Velusamy2012-08-141-1/+2
| | | | Change-Id: Iec38ea5ff95c47da77b9deccda807251d8cd608f
* More refactoring.Xavier Ducrohet2012-08-131-1/+0
| | | | | | | Move stuff out of sdklib into common and ide_common. Remove androidprefs and move the one class into common. Change-Id: I71d126a13cf2ba413692e29616f4968a37d7b33a
* add dvlib-tests to the sdk build.Xavier Ducrohet2012-06-051-0/+1
| | | | Change-Id: I56ec7481d3af5709e675739237eaec2ec785a6e6
* Add ant-glob to sdk_only_whitelistSiva Velusamy2012-05-171-0/+1
| | | | Change-Id: I641b0b7debb27ff29449173210346fedd6e05671
* SDK: build 'monitor' tool and package it in the SDK.Raphael Moll2012-04-231-0/+1
| | | | | | | | | | | | | | | Fixed with Siva to use the 'ant' builder from Eclipse's baseBuilder jars. Changed to use: - the new external/eclipse-basebuilder for the basebuilder jars. - the rcp deltapack, located prebuilts/eclipse. - monitor scripts are now in sdk/monitor. - configuration is now in out/host/eclipse/rcp/build/configuration and doesn't change any existing repos. Requires change I7ab027ff6 from build.git Change-Id: I72fff09231fc9b3031c10eb42ff821c55af9b5d5
* Move emulator GLES from development.git to sdk.gitJesse Hall2012-04-161-0/+1
| | | | | | | | | | | | | | | The emulator GLES support has two interfaces: a host shared library interface used by QEMU, and a protocol between the platform and the host. The host library interface is not versioned; QEMU and the GLES renderer must match. The protocol on the other hand must be backwards compatible: a new GLES renderer must support an older platform image. Thus for branching purposes it makes more sense to put the GLES renderer in sdk.git, which is branched along with qemu.git for SDK releases. Platform images will be built against the protocol version in the platform branch of sdk.git. Change-Id: I2c3bce627ecfd0a4b3e688d1839fe10755a21e58
* SDK/Cygwin: add propertysheet to things we can build on windowsRaphael Moll2012-04-101-0/+1
| | | | Change-Id: I39bf14bd5c12e75d265ca5a21824b2a633939dbc
* Build Monitor RCP as part of SDK (Mac, Linux and Win)Raphael Moll2012-03-211-0/+1
| | | | | | | | | | | | | | | | This adds a new SDK/tools/monitor[.bat] wrapper as well as SDK/tools/lib/monitor-x86[_64]/ directories that contain the actual RCP application. The monitor shell wrappers + bat have not been properly tested yet. The goal of this CL is just to build the RCP. In a following CL we'll adjust the wrapper and the actual binary location in the SDK. Cross-dependency: Requires build.git change Ifb31e2e3. Change-Id: I7afbd63badfb81fd5d3d899de672e02525a49bc2
* Win SDK: find_lock.exeRaphael2012-02-031-0/+1
| | | | | | | | | | | | | This small win32 app takes a path as argument and outputs the names of the processes that are holding handles that overlap that path. The goal is to use this in the SDK Manager to identify which apps are locking the SDK folder and preventing updates. Change-Id: I4fbf66a53410fba0c5f9ab51dac10d267a7c21a7
* Support annotations for backward compatibility.Xavier Ducrohet2012-01-271-0/+1
| | | | Change-Id: I7f592876b02c8859781a3b52e422dbebfa92ae8d
* Projects whitelisted for Windows SDK compilation.Raphael Moll2012-01-261-0/+62
This replaces the list maintained in build/core/main.mk There's a similar change in development.git at Change Ie6f728bee Change-Id: Ifa8111dbae177258e7d6c7f8058ee1d6edbdc8ce