Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3045)

Unified Diff: build/java_aidl.gypi

Issue 10696047: Pass android_sdk as a variable to gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix style Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« build/android/envsetup.sh ('K') | « build/android/envsetup.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/java_aidl.gypi
diff --git a/build/java_aidl.gypi b/build/java_aidl.gypi
index 5bd7c1db67592ec98819541a56297d3410f14de2..7819c01df8082556e01985d68dff87599c16aaf9 100644
--- a/build/java_aidl.gypi
+++ b/build/java_aidl.gypi
@@ -25,14 +25,6 @@
# <(PRODUCT_DIR)/lib.java/
{
- 'variables': {
- 'android_sdk%':
- '<!(if [ -z $ANDROID_BUILD_TOP ]; then \
- /bin/echo -n $ANDROID_SDK_ROOT/platforms/android-${ANDROID_SDK_VERSION} ; \
- else /bin/echo -n \
- $ANDROID_SDK_ROOT ; \
- fi)',
- },
'rules': [
{
'rule_name': 'compile_aidl',
« build/android/envsetup.sh ('K') | « build/android/envsetup.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698