Fix intermediate src dir for framework.jar

Intermediate src dir for JAVA_LIBRARIES should be in the common
intermediate dir.

Change-Id: Ib16ddd63aed080cdd1494204b347c1e1e1beafcb
This commit is contained in:
Ying Wang
2011-05-17 13:12:42 -07:00
parent fa1e5561cc
commit 65ee22aa01
3 changed files with 6 additions and 2 deletions

View File

@@ -18,6 +18,7 @@ import android.graphics.Bitmap;
/**
* System private API for retrieving thumbnails
* {@hide}
*/
interface IThumbnailRetriever {
Bitmap getThumbnail(int index);

View File

@@ -16,6 +16,9 @@
package android.content;
/**
* {@hide}
*/
oneway interface IOnPrimaryClipChangedListener {
void dispatchPrimaryClipChanged();
}