| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
Change-Id: Icb83124eb608f0b85d0e0a3ccd7c48f1c23e0067
(cherry picked from commit 10bb2bb7746b71f1e3eda7796a67cfc51f74ee66)
|
|/
|
|
| |
Change-Id: I85c92266998677c8f47b61ac539b32f7bb420afa
(cherry picked from commit 7e7b15172c324693555bb3657c28a26fc3129b32)
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I3dbd810ea563c5e61b95efb22aafdcd26c901bab
|
|/
|
|
|
| |
Change-Id: I0ea7fb4ee3292790b9b2cbc9c8e15d64fe24bfe5
Signed-off-by: Scott Fan <fancp2007@gmail.com>
|
|
|
|
| |
Change-Id: I72778923ff3460643ec95c9ecd0b528bafca4fa1
|
|
|
|
|
|
| |
Fixes build
Change-Id: Ieb3f85a76ba3d91b0bd3b681500b2891b13406bb
|
|
|
|
|
|
|
| |
Prevents ADT from choking on new dependency declarations
in recipe files.
Change-Id: I70dd0d1502bffaf8fac26a1d90e1d66ff3046e0a
|
|\ |
|
| |
| |
| |
| |
| |
| |
| | |
Add the layout direction qualifier to the folder configuration. We ask
the LayoutLibrary for locale direction which uses ICU to resolve it.
Change-Id: I40aca23cfe438f584cc35929f228a4273afef973
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This changeset sets the locale to be passed to layoutlib so that
right-to-left locales can be rendered appropriately.
It also parses the AndroidManifest.xml to check if the application is
RTL aware.
Change-Id: Ic514ca5445665ad039e7edc368f4b4d73c3a40a3
|
|/
|
|
| |
Change-Id: I4c0fc9be7b64606d109dd636066f856d618465a0
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I0c72d2656dc4d16a32b62277e2814d511d67378f
|
| |
| |
| |
| |
| |
| |
| | |
As the BouncyCastle based signing code has been reverted
for now, this is not needed anymore.
Change-Id: If61f136907cdd8f82d8a63d70ddb270985e39ff2
|
|\ \
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: Ib8e1e60a972ce99294040c3cb7595927d52b5717
|
|\ \
| |/
|/|
| | |
makefile."
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The target files should be built as dependencies in the rules that call
create_all_symlinks.sh. We already did this in
sdk/adtproductbuild/Android.mk
and
sdk/monitor/Android.mk.
Bug: 10347826
Change-Id: I465d227baa7c22ad806652ca7eb20262a4bccf6f
|
|/
|
|
| |
Change-Id: I56e2798dc2aefe87d66e926ae91aae93a4078ad4
|
|
|
|
| |
Change-Id: I15d9459c67fd341fc85ae6b574941489218a4113
|
|
|
|
| |
Change-Id: I23e06a19d033582a86ec9dc7e90920a508046f9c
|
|
|
|
| |
Change-Id: Ib0599b30649e46c9a8a51fc4f3d56caf13dd7032
|
|\ |
|
| |
| |
| |
| | |
Change-Id: I9862a6ebc25b4c13488b9fe0451bdfd8f5a6ef26
|
| |
| |
| |
| |
| |
| |
| | |
If data is of float type, then we assume that it is meant for
the alpha channel even if it is marked as R/G or B channels.
Change-Id: I8a95c3533def4a5bdb2b49e9489674bffb2a0cef
|
| |
| |
| |
| | |
Change-Id: Ife2254ec1e1500d36d68add788bfa7699d9eb2fa
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This CL adds the following to support ES3:
- all new constant definitions (GLEnum)
- new methods in entries.in
- additional state for texture properties
Change-Id: Ia43fac49790cc7b07e7c9d295b9915e416a3b2a8
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: I4f8ef81c7a2b5a9bccb2cf6283b80fe9bbe4cc64
|
|\ \ \
| |/ /
|/| | |
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Parts of the systrace html file were duplicated in the source
code (HTML_PREFIX and SUFFIX) as well as in the systrace scripts.
This CL picks up that content from data files present in the
systrace folder and removes the duplicated content from the source
files.
Change-Id: I517d23faa14022a666a7f314ffbb34187b1fed1f
|
|/
|
|
|
|
|
|
|
|
|
|
| |
The code was quoting paths send to the command line (even though
it's not required since the exec tasks an array of args instead of
a single line). However if the paths end with a trailing file separator
then, on windows only, this had the effect of escaping the quote,
basically adding with the path:
"c:\foo\" -> c:\foo"
Change-Id: Ia77b6404e69fda8df457fd1a56478296ee455898
|
|
|
|
| |
Change-Id: I9166dafe997f4d9e7988e7f123759952fdea4ba4
|
|\
| |
| |
| |
| |
| | |
* changes:
Change create_symlinks to use gradle-based libraries.
ADT: fix missing lib dependency in ADT base.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As part of this change, each section clearly identifies
where libraries should be built from. Example from the
source:
LIBS="base:common make:ant-glob ... swt:ddmuilib"
means that:
- "common" is taken from tools/base (gradle)
- "ddmuilib" is taken from tools/swt (gradle)
- "sdkstats" is built using 'make', in which case a
prebuilt/devtools JAR will be used if it can be found.
Change-Id: Ie793b684f303566a307ee3ff6d6d72db8d26996e
|
| |
| |
| |
| |
| |
| |
| | |
plugin-base depends on http mime (from the apache libs)
but for some reason it wasn't in the build path.
Change-Id: I083290cddd45dbf718bbd5403b28ed74865a73ac
|
| |
| |
| |
| | |
Change-Id: I662c1e3bf7d671c43cc2d9153caee98dec988500
|
| |
| |
| |
| | |
Change-Id: I1d70bb9857e065d5517c756e4913ac8248edbb6c
|
|\ \ |
|
| | |
| | |
| | |
| | | |
Change-Id: Ia623df2936b2ccbc63acc3cf5dc26dcdcc806562
|
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| |
| |
| |
| | |
Change-Id: Ie14a7de15a5b392801dcb2d8ca455cc2bdb83938
|
|\ \ |
|
| |/
| |
| |
| |
| |
| |
| |
| | |
Eclipse 4.3 only provides org.junit, so this CL changes the
dependencies to include both org.junit and org.junit4, but both
are marked optional so that this compiles in both 3.x and 4.x
Change-Id: I8d45056aefa9be755668c0770081bfa2045953b3
|
|\ \
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If a package with a different signature is already installed on the
launch device, the current behaviour is to simply abort the launch
process and print an error message to the console. The developer has
to use adb to actually do the uninstall.
This patch prompts the user if he wants to uninstall the current
package directly from within Eclipse.
Fixes #22480.
Change-Id: I8b32d19ebba511cace389696848ad9da411011bd
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Splits figuring out the modules and their props from
the code writing the new files.
The project selection page now uses a ProjectSetupBuilder
and updates it on every project selection or unselection.
This provides real-time feedback on missing dependencies
or broken ones.
Creates a new page to allow confirmation of project
root and list of modules. Will also allow review errors
when some are detected during modules gathering.
A final page, is shown after the export takes place
to review the result.
Change-Id: Ia67acc88f390f661518ed13818f25750be181c78
|
| |
| |
| |
| | |
Change-Id: Ic6e543a07ec47fd2a288807089a0dc3884d06de8
|