forked from KFire-Android/android_device_amazon_otter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
158 changed files
with
3,449 additions
and
4,961 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,2 @@ | ||
This device board was based on the work by G1011999 @ GitHub. | ||
|
||
Much of the day-to-day "grind it out and fix bugs" work done by JackpotClavin | ||
|
||
Select work done by Hashcode (HD video codecs, kernel modules, and some advisory role) | ||
This device board is designed for a 3.0 kernel running on the Kindle Fire | ||
By Hashcode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,29 @@ | ||
ifeq ($(BOARD_USES_AUDIO_LEGACY),true) | ||
# Copyright (C) 2011 Texas Instruments | ||
# | ||
# Licensed under the Apache License, Version 2.0 (the "License"); | ||
# you may not use this file except in compliance with the License. | ||
# You may obtain a copy of the License at | ||
# | ||
# http://www.apache.org/licenses/LICENSE-2.0 | ||
# | ||
# Unless required by applicable law or agreed to in writing, software | ||
# distributed under the License is distributed on an "AS IS" BASIS, | ||
# 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. | ||
|
||
LOCAL_PATH := $(call my-dir) | ||
|
||
# output for libaudio intermediates | ||
LIBAUDIO_INTERMEDIATES_PREREQS := $(PRODUCT_OUT)/obj/lib | ||
include $(CLEAR_VARS) | ||
|
||
# prerequisites for building audio | ||
file := $(LIBAUDIO_INTERMEDIATES_PREREQS)/libaudio.so | ||
$(file) : device/amazon/otter/audio/libaudio.so | ||
@echo "Copy libaudio.so -> $@" | ||
@mkdir -p $(dir $@) | ||
@rm -rf $@ | ||
$(hide) cp -a device/amazon/otter/audio/libaudio.so $@ | ||
LOCAL_MODULE := audio.primary.omap4430 | ||
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/hw | ||
LOCAL_SRC_FILES := audio_hw.c | ||
LOCAL_C_INCLUDES += \ | ||
external/tinyalsa/include \ | ||
system/media/audio_utils/include \ | ||
system/media/audio_effects/include | ||
LOCAL_SHARED_LIBRARIES := liblog libcutils libtinyalsa libaudioutils libdl | ||
LOCAL_MODULE_TAGS := optional | ||
|
||
file := $(LIBAUDIO_INTERMEDIATES_PREREQS)/libaudiopolicy.so | ||
$(file) : device/amazon/otter/audio/libaudiopolicy.so | ||
@echo "Copy libaudio.so -> $@" | ||
@mkdir -p $(dir $@) | ||
@rm -rf $@ | ||
$(hide) cp -a device/amazon/otter/audio/libaudiopolicy.so $@ | ||
|
||
file := $(LIBAUDIO_INTERMEDIATES_PREREQS)/alsa.omap4.so | ||
$(file) : device/amazon/otter/audio/alsa.omap4.so | ||
@echo "Copy libaudio.so -> $@" | ||
@mkdir -p $(dir $@) | ||
@rm -rf $@ | ||
$(hide) cp -a device/amazon/otter/audio/alsa.omap4.so $@ | ||
|
||
file := $(LIBAUDIO_INTERMEDIATES_PREREQS)/libaudiomodemgeneric.so | ||
$(file) : device/amazon/otter/audio/libaudiomodemgeneric.so | ||
@echo "Copy libaudio.so -> $@" | ||
@mkdir -p $(dir $@) | ||
@rm -rf $@ | ||
$(hide) cp -a device/amazon/otter/audio/libaudiomodemgeneric.so $@ | ||
|
||
file := $(LIBAUDIO_INTERMEDIATES_PREREQS)/libasound.so | ||
$(file) : device/amazon/otter/audio/libasound.so | ||
@echo "Copy libasound.so -> $@" | ||
@mkdir -p $(dir $@) | ||
@rm -rf $@ | ||
$(hide) cp -a device/amazon/otter/audio/libasound.so $@ | ||
|
||
include $(all-subdir-makefiles) | ||
|
||
endif # BOARD_USES_AUDIO_LEGACY | ||
include $(BUILD_SHARED_LIBRARY) |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.