parent
21fc62de01
commit
1e104f6711
@ -1,27 +0,0 @@ |
|||||||
LOCAL_PATH := $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS) |
|
||||||
LOCAL_MODULE := libqc-art
|
|
||||||
LOCAL_MODULE_OWNER := qcom
|
|
||||||
LOCAL_SRC_FILES_64 := libs/arm64-v8a/libqc-art.a
|
|
||||||
LOCAL_SRC_FILES_32 := libs/armeabi-v7a/libqc-art.a
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
LOCAL_MODULE_SUFFIX := .a
|
|
||||||
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
|
|
||||||
LOCAL_MODULE_PATH_64 := $(TARGET_OUT_STATIC_LIBRARIES)
|
|
||||||
LOCAL_MODULE_PATH_32 := $(2ND_TARGET_OUT_STATIC_LIBRARIES)
|
|
||||||
LOCAL_MULTILIB := both
|
|
||||||
include $(BUILD_PREBUILT) |
|
||||||
|
|
||||||
include $(CLEAR_VARS) |
|
||||||
LOCAL_MODULE := libqc-art-compiler
|
|
||||||
LOCAL_MODULE_OWNER := qcom
|
|
||||||
LOCAL_SRC_FILES_64 := libs/arm64-v8a/libqc-art-compiler.a
|
|
||||||
LOCAL_SRC_FILES_32 := libs/armeabi-v7a/libqc-art-compiler.a
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
LOCAL_MODULE_SUFFIX := .a
|
|
||||||
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
|
|
||||||
LOCAL_MODULE_PATH_64 := $(TARGET_OUT_STATIC_LIBRARIES)
|
|
||||||
LOCAL_MODULE_PATH_32 := $(2ND_TARGET_OUT_STATIC_LIBRARIES)
|
|
||||||
LOCAL_MULTILIB := both
|
|
||||||
include $(BUILD_PREBUILT) |
|
Binary file not shown.
@ -1 +0,0 @@ |
|||||||
!<arch> |
|
Binary file not shown.
@ -1 +0,0 @@ |
|||||||
!<arch> |
|
@ -1,21 +0,0 @@ |
|||||||
LOCAL_PATH := $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS) |
|
||||||
LOCAL_MODULE := libuiblur
|
|
||||||
LOCAL_MODULE_OWNER := qcom
|
|
||||||
LOCAL_SRC_FILES_64 := proprietary/vendor/lib64/libuiblur.so
|
|
||||||
LOCAL_SRC_FILES_32 := proprietary/vendor/lib/libuiblur.so
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
LOCAL_MODULE_SUFFIX := .so
|
|
||||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
|
||||||
LOCAL_MODULE_PATH_64 := $(TARGET_OUT_SHARED_LIBRARIES)
|
|
||||||
LOCAL_MODULE_PATH_32 := $(2ND_TARGET_OUT_SHARED_LIBRARIES)
|
|
||||||
LOCAL_MULTILIB := both
|
|
||||||
LOCAL_VENDOR_MODULE := true
|
|
||||||
include $(BUILD_PREBUILT) |
|
||||||
|
|
||||||
include $(CLEAR_VARS) |
|
||||||
LOCAL_COPY_HEADERS_TO := ui
|
|
||||||
LOCAL_COPY_HEADERS := Blur.h
|
|
||||||
LOCAL_VENDOR_MODULE := true
|
|
||||||
include $(BUILD_COPY_HEADERS) |
|
@ -1,29 +0,0 @@ |
|||||||
/*
|
|
||||||
* Copyright (c) 2014 Qualcomm Technologies, Inc. All Rights Reserved. |
|
||||||
* Qualcomm Technologies Proprietary and Confidential. |
|
||||||
*/ |
|
||||||
|
|
||||||
#ifndef QTIBLUR_BLUR_H |
|
||||||
#define QTIBLUR_BLUR_H |
|
||||||
|
|
||||||
#include <stdlib.h> |
|
||||||
|
|
||||||
namespace qtiblur { |
|
||||||
|
|
||||||
typedef void* BLUR_TOKEN; |
|
||||||
|
|
||||||
BLUR_TOKEN initBlurToken(); |
|
||||||
void releaseBlurToken(BLUR_TOKEN token); |
|
||||||
bool blur(BLUR_TOKEN token, |
|
||||||
int blurness, |
|
||||||
uint32_t inputTexName, |
|
||||||
size_t inputTexWidth, |
|
||||||
size_t inputTexHeight, |
|
||||||
uint32_t outputTexName, |
|
||||||
size_t* pOutputTexWidth, |
|
||||||
size_t* pOutputTexHeight); |
|
||||||
|
|
||||||
|
|
||||||
} |
|
||||||
|
|
||||||
#endif |
|
@ -1,9 +0,0 @@ |
|||||||
<?xml version="1.0" encoding="utf-8"?> |
|
||||||
|
|
||||||
<!-- These resources are around just to allow their values to be customized |
|
||||||
for different hardware and product builds. Do not translate. --> |
|
||||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> |
|
||||||
<!-- Support in Surfaceflinger for blur layers. |
|
||||||
NOTE: This requires additional hardware-specific code. --> |
|
||||||
<bool name="config_uiBlurEnabled">true</bool> |
|
||||||
</resources> |
|
Binary file not shown.
Binary file not shown.
@ -1,27 +0,0 @@ |
|||||||
LOCAL_PATH := $(call my-dir)
|
|
||||||
|
|
||||||
include $(CLEAR_VARS) |
|
||||||
LOCAL_MODULE := libqc-opt
|
|
||||||
LOCAL_MODULE_OWNER := qcom
|
|
||||||
LOCAL_SRC_FILES_64 := proprietary/vendor/lib64/libqc-opt.so
|
|
||||||
LOCAL_SRC_FILES_32 := proprietary/vendor/lib/libqc-opt.so
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
LOCAL_MODULE_SUFFIX := .so
|
|
||||||
LOCAL_MODULE_CLASS := SHARED_LIBRARIES
|
|
||||||
LOCAL_MODULE_PATH_64 := $(TARGET_OUT_SHARED_LIBRARIES)
|
|
||||||
LOCAL_MODULE_PATH_32 := $(2ND_TARGET_OUT_SHARED_LIBRARIES)
|
|
||||||
LOCAL_MULTILIB := both
|
|
||||||
include $(BUILD_PREBUILT) |
|
||||||
|
|
||||||
include $(CLEAR_VARS) |
|
||||||
LOCAL_MODULE := libqc-skia
|
|
||||||
LOCAL_MODULE_OWNER := qcom
|
|
||||||
LOCAL_SRC_FILES_64 := libs/arm64-v8a/libqc-skia.a
|
|
||||||
LOCAL_SRC_FILES_32 := libs/armeabi-v7a/libqc-skia.a
|
|
||||||
LOCAL_MODULE_TAGS := optional
|
|
||||||
LOCAL_MODULE_SUFFIX := .a
|
|
||||||
LOCAL_MODULE_CLASS := STATIC_LIBRARIES
|
|
||||||
LOCAL_MODULE_PATH_64 := $(TARGET_OUT_STATIC_LIBRARIES)
|
|
||||||
LOCAL_MODULE_PATH_32 := $(2ND_TARGET_OUT_STATIC_LIBRARIES)
|
|
||||||
LOCAL_MULTILIB := both
|
|
||||||
include $(BUILD_PREBUILT) |
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue