OSDN Git Service

Change profile use path to the newly created project.
authorDehao Chen <dehao@google.com>
Tue, 5 Aug 2014 22:08:06 +0000 (15:08 -0700)
committerDehao Chen <dehao@google.com>
Tue, 5 Aug 2014 22:32:41 +0000 (15:32 -0700)
Change-Id: I3221a3b18e16d6a50cbc561c9cae1d1ab3999090

core/combo/fdo.mk

index 93d9a9c..68959c3 100644 (file)
@@ -26,7 +26,7 @@ else
   ifeq ($(strip $(BUILD_FDO_OPTIMIZE)), true)
     # Set TARGET_FDO_PROFILE_PATH to set a custom profile directory for your build.
     ifeq ($(strip $($(combo_2nd_arch_prefix)TARGET_FDO_PROFILE_PATH)),)
-      $(combo_2nd_arch_prefix)TARGET_FDO_PROFILE_PATH := fdo_profiles
+      $(combo_2nd_arch_prefix)TARGET_FDO_PROFILE_PATH := vendor/google_data/fdo_profile
     endif
 
     ifneq ($(strip $(wildcard $($(combo_2nd_arch_prefix)TARGET_FDO_PROFILE_PATH))),)