From d8ce7d8fd6524d13e7c14ababc643c7e8bd3bee3 Mon Sep 17 00:00:00 2001 From: Ben Cheng Date: Wed, 5 Mar 2014 14:31:34 -0800 Subject: [PATCH] OProfile is no longer compiled now. BUG: 13249790 Change-Id: I2d4fd8f888823687ea41ddbee1f7ce2a7ebc99f7 --- core/64_bit_blacklist.mk | 2 -- envsetup.sh | 4 ---- 2 files changed, 6 deletions(-) diff --git a/core/64_bit_blacklist.mk b/core/64_bit_blacklist.mk index 0171e67a1e..9f16536958 100644 --- a/core/64_bit_blacklist.mk +++ b/core/64_bit_blacklist.mk @@ -16,8 +16,6 @@ _64_bit_directory_blacklist += \ # misc build errors _64_bit_directory_blacklist += \ - external/oprofile/daemon \ - external/oprofile/opcontrol \ frameworks/av \ frameworks/base \ device/generic/goldfish/opengl \ diff --git a/envsetup.sh b/envsetup.sh index d3bfe80b70..ba4f68357f 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -191,10 +191,6 @@ function setpaths() unset ANDROID_HOST_OUT export ANDROID_HOST_OUT=$(get_abs_build_var HOST_OUT) - # needed for processing samples collected by perf counters - unset OPROFILE_EVENTS_DIR - export OPROFILE_EVENTS_DIR=$T/external/oprofile/events - # needed for building linux on MacOS # TODO: fix the path #export HOST_EXTRACFLAGS="-I "$T/system/kernel_headers/host_include