OSDN Git Service

merge 601d39b688bcbb1789e145d1b72753206c24d374
authorEd Heyl <edheyl@google.com>
Mon, 3 Feb 2014 17:47:42 +0000 (09:47 -0800)
committerEd Heyl <edheyl@google.com>
Mon, 3 Feb 2014 17:47:42 +0000 (09:47 -0800)
Change-Id: I9795ab63b29481de392a8672d272082270894e1f

1  2 
CleanSpec.mk

diff --cc CleanSpec.mk
@@@ -1,4 -1,4 +1,4 @@@
--# Copyright (C) 2007 The Android Open Source Project
++
  #
  # Licensed under the Apache License, Version 2.0 (the "License");
  # you may not use this file except in compliance with the License.
@@@ -214,9 -208,9 +214,12 @@@ $(call add-clean-step, rm -rf $(PRODUCT
  # 4.4.1
  $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
  
 +# 4.4.2
 +$(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
 +
+ # Make libart the default runtime
+ $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
  # ************************************************
  # NEWER CLEAN STEPS MUST BE AT THE END OF THE LIST
  # ************************************************