Home | History | Annotate | Download | only in adtproductbuild

Lines Matching refs:TOPDIR

25 ADT_IDE_MODULE_DEPS := $(TOPDIR)sdk/adtproductbuild/$(LOCAL_MODULE)
27 ADT_IDE_BUILD_LOG := $(TOPDIR)out/host/eclipse/adtproduct/adtproduct.log
28 ADT_IDE_ARTIFACT_DIR := $(TOPDIR)out/host/eclipse/adtproduct/pbuild/I.RcpBuild
29 ADT_IDE_RELEASE_DIR := $(TOPDIR)out/host/eclipse/adtproduct/release
31 ADT_IDE_JAVA_LIBS := $(shell $(TOPDIR)sdk/eclipse/scripts/create_all_symlinks.sh -d)
35 ADT_VERSION := $(shell grep Bundle-Version $(TOPDIR)sdk/eclipse/plugins/com.android.ide.eclipse.adt/META-INF/MANIFEST.MF | sed 's/.*: \([0-9]\+.[0-9]\+.[0-9]\+\).*/\1/')
41 $(ADT_IDE_JAVA_TARGET) : $(TOPDIR)sdk/adtproductbuild/adt_eclipse_ide \
42 $(TOPDIR)sdk/adtproductbuild/build.xml \
43 $(TOPDIR)sdk/adtproductbuild/build.properties \
45 @if [[ ! -d $(TOPDIR)prebuilts/eclipse-build-deps ]]; then \
49 $(hide)rm -rf $(TOPDIR)out/host/eclipse/adtproduct/fbuild/plugins
50 $(hide)rm -rf $(TOPDIR)out/host/eclipse/adtproduct/pbuild/plugins
52 $(hide) $(TOPDIR)sdk/eclipse/scripts/create_all_symlinks.sh -c
53 $(hide)cd $(TOPDIR)sdk/adtproductbuild && \
70 $(hide)$(ACP) -fp $(V) $(TOPDIR)sdk/adtproductbuild/adt_eclipse_ide $@
167 $(hide)$(ACP) -fp $(V) $(TOPDIR)sdk/adtproductbuild/adt_eclipse_ide $@