OProfile is no longer compiled now.
BUG: 13249790 Change-Id: I2d4fd8f888823687ea41ddbee1f7ce2a7ebc99f7
This commit is contained in:
parent
247dd0c4af
commit
d8ce7d8fd6
|
@ -16,8 +16,6 @@ _64_bit_directory_blacklist += \
|
||||||
|
|
||||||
# misc build errors
|
# misc build errors
|
||||||
_64_bit_directory_blacklist += \
|
_64_bit_directory_blacklist += \
|
||||||
external/oprofile/daemon \
|
|
||||||
external/oprofile/opcontrol \
|
|
||||||
frameworks/av \
|
frameworks/av \
|
||||||
frameworks/base \
|
frameworks/base \
|
||||||
device/generic/goldfish/opengl \
|
device/generic/goldfish/opengl \
|
||||||
|
|
|
@ -191,10 +191,6 @@ function setpaths()
|
||||||
unset ANDROID_HOST_OUT
|
unset ANDROID_HOST_OUT
|
||||||
export ANDROID_HOST_OUT=$(get_abs_build_var 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
|
# needed for building linux on MacOS
|
||||||
# TODO: fix the path
|
# TODO: fix the path
|
||||||
#export HOST_EXTRACFLAGS="-I "$T/system/kernel_headers/host_include
|
#export HOST_EXTRACFLAGS="-I "$T/system/kernel_headers/host_include
|
||||||
|
|
Loading…
Reference in New Issue