com.android.sdklib.repository.local
Class LocalLLDBPkgInfo
java.lang.Object
com.android.sdklib.repository.local.LocalPkgInfo
com.android.sdklib.repository.local.LocalLLDBPkgInfo
- All Implemented Interfaces:
- java.lang.Comparable<LocalPkgInfo>
Deprecated. in favor of new sdk system
@Deprecated
public class LocalLLDBPkgInfo
- extends LocalPkgInfo
Local package representing the Android LLDB.
Field Summary |
static com.android.repository.Revision |
PINNED_REVISION
Deprecated. in favor of LLDBSdkPackageInstaller#PINNED_REVISION. |
Constructor Summary |
protected |
LocalLLDBPkgInfo(LocalSdk localSdk,
java.io.File localDir,
java.util.Properties sourceProps,
com.android.repository.Revision revision)
Deprecated. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
PINNED_REVISION
@Deprecated
public static final com.android.repository.Revision PINNED_REVISION
- Deprecated. in favor of LLDBSdkPackageInstaller#PINNED_REVISION.
- The LLDB SDK package revision's major and minor numbers are pinned in Android Studio.
LocalLLDBPkgInfo
protected LocalLLDBPkgInfo(@NonNull
LocalSdk localSdk,
@NonNull
java.io.File localDir,
@NonNull
java.util.Properties sourceProps,
@NonNull
com.android.repository.Revision revision)
- Deprecated.
getDesc
@NonNull
public IPkgDesc getDesc()
- Deprecated.
- Description copied from class:
LocalPkgInfo
- Returns the
IPkgDesc
describing this package.
- Specified by:
getDesc
in class LocalPkgInfo