Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
development
Commits
020d4ab4
Commit
020d4ab4
authored
12 years ago
by
Ying Wang
Browse files
Options
Download
Email Patches
Plain Diff
Establish the dependency on the uiautomator stubs.
Bug: 6876802 Change-Id: I27dae218b798f4e939d37ee32238e7d489623a40
parent
ed7df702
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
build/Android.mk
build/Android.mk
+2
-0
build/sdk.atree
build/sdk.atree
+1
-1
No files found.
build/Android.mk
View file @
020d4ab4
...
...
@@ -101,6 +101,8 @@ $(android_jar_full_target): $(full_target)
ALL_SDK_FILES
+=
$(android_jar_full_target)
# The uiautomator stubs
ALL_SDK_FILES
+=
$(TARGET_OUT_COMMON_INTERMEDIATES)
/JAVA_LIBRARIES/android_uiautomator_intermediates/javalib.jar
# $(1): the Java library name
define
_package_sdk_library
...
...
This diff is collapsed.
Click to expand it.
build/sdk.atree
View file @
020d4ab4
...
...
@@ -71,7 +71,7 @@ sdk/sdk-build.prop platforms/${PLATFORM_NAME}/build.p
# the uper-jar file that apps link against. This is the public API
${OUT_DIR}/target/common/obj/PACKAGING/android_jar_intermediates/android.jar platforms/${PLATFORM_NAME}/android.jar
${OUT_DIR}/target/
product/generic/system/framework/uiautomator
.jar platforms/${PLATFORM_NAME}/uiautomator.jar
${OUT_DIR}/target/
common/obj/JAVA_LIBRARIES/android_uiautomator_intermediates/javalib
.jar platforms/${PLATFORM_NAME}/uiautomator.jar
# the aidl precompiled include
obj/framework.aidl platforms/${PLATFORM_NAME}/framework.aidl
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment