gralloc: Disable new gralloc

Change-Id: I8b6066ee5b81e3a249800857c33671c314fd373f
This commit is contained in:
Naseer Ahmed 2011-11-08 15:21:53 -08:00
parent 7aa97f87d1
commit 3ddc61d2d0

View File

@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
ifeq ($(TARGET_USES_ION),true)
LOCAL_PATH := $(call my-dir)
# HAL module implemenation, not prelinked and stored in
@ -67,3 +67,4 @@ LOCAL_MODULE := libgralloc_qsd8k_host
LOCAL_CFLAGS:= -DLOG_TAG=\"gralloc-qsd8k\"
include $(BUILD_HOST_STATIC_LIBRARY)
endif
endif