Skip to content

Commit

Permalink
ViperOS Bringup
Browse files Browse the repository at this point in the history
Change-Id: Id660f060ae3336329ad29ef5398fded0ba203ce7
  • Loading branch information
JBCDroid2 authored and EsromTech committed Jan 9, 2019
1 parent fbb94f4 commit 846d1d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion camera/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ cc_library_shared {
],

product_variables: {
lineage: {
viper: {
uses_generic_camera_parameter_library: {
srcs: [
"CameraParameters.cpp",
Expand Down
2 changes: 1 addition & 1 deletion camera/parameters.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
package lineage;
package viper;

import (
"android/soong/android"
Expand Down
2 changes: 1 addition & 1 deletion media/libstagefright/bqhelper/Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cc_library_shared {
],

product_variables: {
lineage: {
viper: {
uses_qcom_bsp_legacy: {
cppflags: ["-DQCOM_BSP_LEGACY"],
},
Expand Down

0 comments on commit 846d1d7

Please sign in to comment.