diff options
| author | Xavier Ducrohet <xav@android.com> | 2009-06-03 16:07:36 -0700 |
|---|---|---|
| committer | Xavier Ducrohet <xav@android.com> | 2009-06-04 14:50:43 -0700 |
| commit | f5e1cc8856d792d71f1455ae70316fc37cff4e7c (patch) | |
| tree | 13e8768d92dcdc37fd8f8f5012895e43890a5fd5 /archquery/Android.mk | |
| parent | 0d8ba9e1b1a3db2773453844b8d129b5f97fe102 (diff) | |
| download | sdk-f5e1cc8856d792d71f1455ae70316fc37cff4e7c.tar.gz sdk-f5e1cc8856d792d71f1455ae70316fc37cff4e7c.tar.bz2 sdk-f5e1cc8856d792d71f1455ae70316fc37cff4e7c.zip | |
Change the SDK, DDMS and Traceview to work with the new SWT libraries.
The SDK now contains 32 and 64 bit version of SWT. DDMS and Traceview
use the archquery java app to check the architecture of the VM to decide
which version of SWT should be used to run the apps.
Diffstat (limited to 'archquery/Android.mk')
| -rw-r--r-- | archquery/Android.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/archquery/Android.mk b/archquery/Android.mk new file mode 100644 index 000000000..53cad467f --- /dev/null +++ b/archquery/Android.mk @@ -0,0 +1,17 @@ +# +# Copyright (C) 2009 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# +ARCHQUERY_LOCAL_DIR := $(call my-dir) +include $(ARCHQUERY_LOCAL_DIR)/src/Android.mk |
